mirror of
https://github.com/mattermost/focalboard.git
synced 2025-01-11 18:13:52 +02:00
removed non-existent field (#3856)
This commit is contained in:
parent
80024851a5
commit
8ded5838a8
@ -79,7 +79,6 @@ func (a *API) handleGetUsersList(w http.ResponseWriter, r *http.Request) {
|
|||||||
Email: model.SingleUser,
|
Email: model.SingleUser,
|
||||||
CreateAt: ws.UpdateAt,
|
CreateAt: ws.UpdateAt,
|
||||||
UpdateAt: now,
|
UpdateAt: now,
|
||||||
Props: map[string]interface{}{},
|
|
||||||
}
|
}
|
||||||
users = append(users, user)
|
users = append(users, user)
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user