We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da16368 + 3251b65 commit 704ea70Copy full SHA for 704ea70
lib/firefly.ts
@@ -77,7 +77,7 @@ export default class FireFly extends HttpBase {
77
private queue = Promise.resolve();
78
79
async getStatus(options?: FireFlyGetOptions): Promise<FireFlyStatusResponse> {
80
- const response = await this.rootHttp.get<FireFlyStatusResponse>('/status', mapConfig(options));
+ const response = await this.http.get<FireFlyStatusResponse>('/status', mapConfig(options));
81
return response.data;
82
}
83
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@hyperledger/firefly-sdk",
3
- "version": "1.1.11",
+ "version": "1.1.12",
4
"description": "Client SDK for Hyperledger FireFly",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
0 commit comments