mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-07-18 19:44:24 -04:00
Stop expecting class var.
This commit is contained in:
committed by
Ralf Haferkamp
parent
e6273140a2
commit
17bd1704fa
@@ -120,7 +120,7 @@ func (g Graph) PatchEducationClass(w http.ResponseWriter, r *http.Request) {
|
||||
return
|
||||
}
|
||||
|
||||
class, err := g.identityEducationBackend.UpdateEducationClass(r.Context(), classID, *changes)
|
||||
_, err = g.identityEducationBackend.UpdateEducationClass(r.Context(), classID, *changes)
|
||||
if err != nil {
|
||||
logger.Error().
|
||||
Err(err).
|
||||
|
||||
Reference in New Issue
Block a user