Skip to content

Commit e887a52

Browse files
author
kjr
committed
fix typing for updated account balances
1 parent 90553d0 commit e887a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export interface NashSocketEvents {
115115
variables: { currency?: string },
116116
handlers: SubscriptionHandlers<{
117117
data: {
118-
newTrades: AccountBalance[]
118+
updatedAccountBalances: AccountBalance[]
119119
}
120120
}>
121121
): void

0 commit comments

Comments
 (0)