diff --git a/http/accounts.go b/http/accounts.go index a0aa701..7471009 100644 --- a/http/accounts.go +++ b/http/accounts.go @@ -35,7 +35,7 @@ func (h *Handler) accounts(c *gin.Context) { type AccountData struct { Account *postgres.Account - Transactions []postgres.Transaction + Transactions []postgres.GetTransactionsForAccountRow } func (h *Handler) account(c *gin.Context) {