Skip to content

Commit 6504eca

Browse files
committed
chore(): fix example typo
1 parent a4098e9 commit 6504eca

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

examples/rest-portfoliomargin-private.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ const client = new PortfolioClient({
2828
// });
2929

3030
// console.log('new order res: ', newOrderRes);
31-
32-
// console.log('merged: ', arrayData);
3331
} catch (e) {
3432
console.error('request failed: ', e);
3533
}

examples/rest-portfoliomargin-public.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { PortfolioClient } from '../src/index';
22

33
// or
4-
// import { USDMClient } from 'binance';
4+
// import { PortfolioClient } from 'binance';
55

66
const client = new PortfolioClient({
77
beautifyResponses: true,

0 commit comments

Comments
 (0)