Skip to content

Commit

Permalink
removed non-existent field (mattermost-community#3856)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshilsharma63 authored Sep 16, 2022
1 parent 8002485 commit 8ded583
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/api/users.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 8ded583

Please sign in to comment.