fix: concurrency
This commit is contained in:
@@ -3,9 +3,9 @@ package dto
|
||||
// User response for exposing to the front-end
|
||||
// :3
|
||||
type UserResponse struct {
|
||||
Id int `json: "id"`
|
||||
Name string `json: "name"`
|
||||
JobPosition string `json: "job_position"`
|
||||
Active bool `json: "active"`
|
||||
Admin bool `json: "admin"`
|
||||
Id int
|
||||
Name string
|
||||
JobPosition string
|
||||
Active bool
|
||||
Admin bool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user