Skip to content

Commit

Permalink
Finance: add missing parameter (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpierre authored Jul 29, 2020
1 parent 32231c1 commit c6aa395
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/connect-finance/src/entities/Finance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export default class Finance {
): SubscriptionHandler {
return this.#connector.onBalanceForToken!(
this.#appAddress,
tokenAddress,
callback,
first,
skip
Expand Down

0 comments on commit c6aa395

Please sign in to comment.