Skip to content

Commit c7f8981

Browse files
author
Marek Sierociński
authored
Merge pull request #54 from marverix/master
Patch for version 0.28
2 parents 4f339c3 + c5c44bc commit c7f8981

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

dist/bitbar-cloud-api-client.js

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

dist/bitbar-cloud-api-client.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/bitbar-cloud-api-client.min.js

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

dist/bitbar-cloud-api-client.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "@bitbar/cloud-api-client",
3-
"version": "0.28.0",
3+
"version": "0.28.1",
44
"description": "Bitbar Cloud API Client for JavaScript",
55
"main": "dist/bitbar-cloud-api-client.min.js",
66
"types": "dist/index.d.ts",

src/api/APIAdminResourceAccountService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class APIAdminResourceAccountService extends APIResource {
1919
}
2020

2121
super(parent);
22-
this.push('account-services', id);
22+
this.push('admin', 'account-services', id);
2323
}
2424

2525
// /account-services/{id}/activate

0 commit comments

Comments
 (0)