Add code linting to build #13
@ -22,8 +22,8 @@ type NewTransactionPayload struct {
|
|||||||
} `json:"category"`
|
} `json:"category"`
|
||||||
Memo string `json:"memo"`
|
Memo string `json:"memo"`
|
||||||
Amount string `json:"amount"`
|
Amount string `json:"amount"`
|
||||||
BudgetID uuid.UUID `json:"budget_id"`
|
BudgetID uuid.UUID `json:"budgetId"`
|
||||||
AccountID uuid.UUID `json:"account_id"`
|
AccountID uuid.UUID `json:"accountId"`
|
||||||
State string `json:"state"`
|
State string `json:"state"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user