Various fixes to data access
This commit is contained in:
@@ -43,7 +43,7 @@ type GetAccountByIdQuery struct {
|
||||
|
||||
type UserAccountDTO struct {
|
||||
AccountId int64 `json:"accountId"`
|
||||
Name string `json:"email"`
|
||||
Name string `json:"name"`
|
||||
Role RoleType `json:"role"`
|
||||
IsUsing bool `json:"isUsing"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user