1
0
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:
Harshil Sharma 2022-09-16 11:10:38 +05:30 committed by GitHub
parent 80024851a5
commit 8ded5838a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {