Fix using model directly
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user