Skip to content

Commit 6f7f816

Browse files
committed
fix
1 parent eb556ea commit 6f7f816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v4-client-js/src/clients/modules/utility.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default class UtilityClient extends RestClient {
3232
*/
3333
async getHeightWithHeaders(): Promise<HeightResponseWithHeaders> {
3434
const uri = '/v4/height';
35-
return this._get(uri);
35+
return this.getWithResponseHeaders(uri);
3636
}
3737

3838
/**

0 commit comments

Comments
 (0)