Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
Don't submit account to /transactions
Browse files Browse the repository at this point in the history
  • Loading branch information
Morley Zhi committed Apr 15, 2020
1 parent ac0726a commit 2fa29c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/transfers/TransferProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ export abstract class TransferProvider {
const response = await fetch(
`${this.transferServer}/transactions?${queryString.stringify({
...params,
account: this.account,
kind,
})}`,
{
Expand Down

0 comments on commit 2fa29c5

Please sign in to comment.