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.
1 parent eb556ea commit 6f7f816Copy full SHA for 6f7f816
v4-client-js/src/clients/modules/utility.ts
@@ -32,7 +32,7 @@ export default class UtilityClient extends RestClient {
32
*/
33
async getHeightWithHeaders(): Promise<HeightResponseWithHeaders> {
34
const uri = '/v4/height';
35
- return this._get(uri);
+ return this.getWithResponseHeaders(uri);
36
}
37
38
/**
0 commit comments