fix staticcheck

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2020-07-29 14:47:27 +02:00
parent 4c0adfd68d
commit 34c6b854a9
-1
View File
@@ -191,7 +191,6 @@ func (o Ocs) DeleteUser(w http.ResponseWriter, r *http.Request) {
}
o.logger.Debug().Str("userid", req.Id).Msg("deleted user")
render.Render(w, r, response.DataRender(struct{}{}))
return
}
// GetSigningKey returns the signing key for the current user. It will create it on the fly if it does not exist