mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-26 06:50:36 -05:00
fix govet
This commit is contained in:
@@ -112,6 +112,8 @@ func (g Service) RemoveSettingFromBundle(c context.Context, req *proto.RemoveSet
|
||||
if err := g.manager.RemoveSettingFromBundle(req.BundleId, req.SettingId); err != nil {
|
||||
return merrors.BadRequest("ocis-settings", "%s", err)
|
||||
}
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
// SaveValue implements the ValueServiceHandler interface
|
||||
|
||||
Reference in New Issue
Block a user