Skip to content

Commit bc6c9c9

Browse files
authored
Merge branch 'main' into GoDoc
2 parents f37bf36 + 4202b2c commit bc6c9c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/controllers/transaction_controller.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ func (ctl *TransactionController) GetTransactions(c *gin.Context) {
3333
cursor, err := l.(*ledger.Ledger).FindTransactions(
3434
query.After(c.Query("after")),
3535
query.Reference(c.Query("reference")),
36+
query.Account(c.Query("account")),
3637
)
3738
if err != nil {
3839
ctl.responseError(

0 commit comments

Comments
 (0)