fix linter

This commit is contained in:
A.Unger
2020-10-22 14:22:58 +02:00
parent 69ce603a83
commit 6cd48e711f

View File

@@ -98,7 +98,7 @@ func (o Ocs) RemoveFromGroup(w http.ResponseWriter, r *http.Request) {
var err error
if isValidUUID(userid) {
account, err = o.getAccountService().GetAccount(r.Context(), &accounts.GetAccountRequest{
account, _ = o.getAccountService().GetAccount(r.Context(), &accounts.GetAccountRequest{
Id: userid,
})
} else {