mistake fixed

This commit is contained in:
CryptoCompiler
2021-01-22 15:40:31 +00:00
committed by GitHub
parent abadbc9dfe
commit e20121f43e

View File

@@ -338,9 +338,7 @@ export class InverseClient extends SharedEndpoints {
return this.requestWrapper.get('v2/private/trade/closed-pnl/list', params);
}
getRiskLimitList(params: {
symbol: string;
}): GenericAPIResponse {
getRiskLimitList(): GenericAPIResponse {
return this.requestWrapper.get('open-api/wallet/risk-limit/list');
}