Skip to content

Commit 062b671

Browse files
committed
fix type
1 parent 5f74be9 commit 062b671

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/node-binance-api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4051,7 +4051,7 @@ export default class Binance {
40514051
* @param params
40524052
* @returns
40534053
*/
4054-
async futuresSymbolConfig(params: Dict = {}): Promise<SymbolConfig> {
4054+
async futuresSymbolConfig(params: Dict = {}): Promise<SymbolConfig[]> {
40554055
return await this.privateFuturesRequest('v1/symbolConfig', params);
40564056
}
40574057

0 commit comments

Comments
 (0)