Use view everywhere

This commit is contained in:
2022-02-27 20:45:02 +00:00
parent 81aacf339e
commit 2cf6b815bf
6 changed files with 29 additions and 12 deletions

View File

@@ -33,7 +33,7 @@ func (h *Handler) transactionsForAccount(c *gin.Context) {
type TransactionsResponse struct {
Account postgres.Account
Transactions []postgres.GetTransactionsForAccountRow
Transactions []postgres.DisplayTransaction
}
type EditAccountRequest struct {