Skip to content

Commit 6d1a834

Browse files
committed
0.23.0
1 parent 3870af8 commit 6d1a834

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unit-finance/unit-node-sdk",
3-
"version": "0.22.0",
3+
"version": "0.23.0",
44
"description": "",
55
"main": "dist/unit.js",
66
"types": "dist/unit.d.ts",

resources/simulations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,6 @@ export class Simulations extends BaseResource {
9898
): Promise<UnitResponse<CardTransaction>> {
9999
return this.httpPost<UnitResponse<CardTransaction>>("/purchases", {
100100
data: request,
101-
});
101+
})
102102
}
103103
}

0 commit comments

Comments
 (0)