Skip to content

Commit

Permalink
Fix account transactions
Browse files Browse the repository at this point in the history
  • Loading branch information
kacpersaw committed Aug 8, 2024
1 parent 5ab886e commit b0a08bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/service/account.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ func (e *Service) GetAccountTransactions(ctx context.Context, accountID string,
{Key: "$or", Value: bson.A{
bson.D{{Key: "sender", Value: addr.String()}},
bson.D{{Key: "receiver", Value: addr.String()}},
bson.D{{Key: "vault", Value: addr.String()}},
}},
}

Expand Down

0 comments on commit b0a08bf

Please sign in to comment.