mirror of
https://github.com/documize/community.git
synced 2025-07-20 13:49:42 +02:00
wip
This commit is contained in:
parent
33a66c87cf
commit
7c34053e3d
25 changed files with 4884 additions and 3729 deletions
|
@ -189,7 +189,6 @@ func AddUser(w http.ResponseWriter, r *http.Request) {
|
|||
userModel, err = getSecuredUser(p, p.Context.OrgID, userID)
|
||||
|
||||
json, err := json.Marshal(userModel)
|
||||
|
||||
if err != nil {
|
||||
writeJSONMarshalError(w, method, "user", err)
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue