graph: Rename noop backend to ErrEducationBackend

This commit is contained in:
Ralf Haferkamp
2022-12-21 15:38:14 +01:00
committed by Ralf Haferkamp
parent c3c851286f
commit b42bf80d0e
3 changed files with 73 additions and 73 deletions
+2 -2
View File
@@ -156,8 +156,8 @@ func NewService(opts ...Option) Service {
if options.Config.Identity.LDAP.EducationResourcesEnabled {
svc.identityEducationBackend = lb
} else {
noop := &identity.NOOP{}
svc.identityEducationBackend = noop
errEduBackend := &identity.ErrEducationBackend{}
svc.identityEducationBackend = errEduBackend
}
}
default: