Skip to content

Commit

Permalink
fix: adjust filter by metadata on get all transactions endpoint 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
qnen committed Dec 2, 2024
1 parent 4cb56b0 commit 18c93a7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ func (r *TransactionPostgreSQLRepository) ListByIDs(ctx context.Context, organiz
&transaction.Description,
&transaction.Template,
&transaction.Status,
&transaction.StatusDescription,
&transaction.Amount,
&transaction.AmountScale,
&transaction.AssetCode,
Expand Down

0 comments on commit 18c93a7

Please sign in to comment.