Skip to content

Commit ad506ed

Browse files
Loki-AfroNFriedo
authored andcommitted
BC-11291 add teams module to provisioning module (#6127)
in order to have the event subscriber included to remove a user from a team when user changes its school
1 parent e877d39 commit ad506ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/server/src/modules/provisioning/provisioning.module.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ import {
3535
SchulconnexToolProvisioningService,
3636
SchulconnexUserProvisioningService,
3737
} from './strategy/schulconnex/service';
38+
import { TeamModule } from '@modules/team';
3839

3940
@Module({
4041
imports: [
@@ -45,6 +46,7 @@ import {
4546
SystemModule,
4647
LoggerModule,
4748
GroupModule,
49+
TeamModule,
4850
CourseModule,
4951
SchulconnexClientModule.registerAsync(),
5052
UserLicenseModule,

0 commit comments

Comments
 (0)