Skip to content

Commit

Permalink
Fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
nohaapav committed Nov 15, 2023
1 parent e2a1d1c commit 7386cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/src/pool/PoolClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export abstract class PoolClient extends BalanceClient {
return this.subscribeTokenBalance(
pool.address,
pool.tokens.map((t) => t.id),
this.updateBalanceCallback(pool, 'token', (p, t) => p.id !== t)
this.updateBalanceCallback(pool, 'tokens', (p, t) => p.id !== t)
);
}

Expand Down

0 comments on commit 7386cf1

Please sign in to comment.