Skip to content

Commit

Permalink
Fix typo in getVaultBalanceByAsset
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomer Vilensky committed Apr 10, 2021
1 parent a2b6c98 commit f1e0368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fireblocks-sdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ export class FireblocksSDK {
/**
* Get vault balance overview per asset
*/
public async getVaultBlanceByAsset(assetId: string): Promise<AssetResponse> {
public async getVaultBalanceByAsset(assetId: string): Promise<AssetResponse> {
const url = `/v1/vault/assets/${assetId}`;
return await this.apiClient.issueGetRequest(url);
}
Expand Down

0 comments on commit f1e0368

Please sign in to comment.