/api/transactions returns .transactions [][]Delta
All checks were successful
cicd / ci (push) Successful in 1m0s
All checks were successful
cicd / ci (push) Successful in 1m0s
This commit is contained in:
@@ -103,6 +103,7 @@ func (router Router) APITransactions(w http.ResponseWriter, r *http.Request) {
|
|||||||
Like(`^(Zach|Bel|House[^:]*:Debts:)`).
|
Like(`^(Zach|Bel|House[^:]*:Debts:)`).
|
||||||
Group(`^[^:]*`).
|
Group(`^[^:]*`).
|
||||||
WithBPIs(bpis),
|
WithBPIs(bpis),
|
||||||
|
"transactions": houseRelatedDeltas.Transactions(),
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user