mirror of
https://github.com/mattermost/focalboard.git
synced 2024-12-24 13:43:12 +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,
|
||||
CreateAt: ws.UpdateAt,
|
||||
UpdateAt: now,
|
||||
Props: map[string]interface{}{},
|
||||
}
|
||||
users = append(users, user)
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user