diff --git a/services/graph/pkg/identity/err_education.go b/services/graph/pkg/identity/err_education.go index b628d0dcc8..b18080d51f 100644 --- a/services/graph/pkg/identity/err_education.go +++ b/services/graph/pkg/identity/err_education.go @@ -75,6 +75,7 @@ func (i *ErrEducationBackend) GetEducationClassMembers(ctx context.Context, name return nil, errNotImplemented } +// UpdateEducationClass implments the EducationBackend interface func (i *ErrEducationBackend) UpdateEducationClass(ctx context.Context, id string, class libregraph.EducationClass) (*libregraph.EducationClass, error) { return nil, errNotImplemented }