Skip to content

Commit 7135348

Browse files
committed
add isPaperTradeEnabled field to user info
1 parent 362ae75 commit 7135348

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/user_info.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ const fields = {
77
id: 0,
88
email: 1,
99
username: 2,
10-
timezone: 7
10+
timezone: 7,
11+
isPaperTradeEnabled: 21
1112
}
1213

1314
/**

0 commit comments

Comments
 (0)