From 4389bcdd2502ae6a9eed9fd979e562a405f80e4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Franke?= Date: Thu, 19 Jan 2023 14:17:40 +0100 Subject: [PATCH] Add documentation comment. --- services/graph/pkg/identity/err_education.go | 1 + 1 file changed, 1 insertion(+) 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 }