Skip to content

Commit

Permalink
remove unneeded code
Browse files Browse the repository at this point in the history
  • Loading branch information
Metauriel committed Nov 10, 2023
1 parent e6d308c commit 72d1f4d
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 305 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import {
CourseGroupRepo,
CourseRepo,
LegacySchoolRepo,
LessonRepo,
SchoolExternalToolRepo,
SubmissionRepo,
TaskRepo,
Expand Down Expand Up @@ -39,7 +38,6 @@ import { AuthorizationHelper, AuthorizationReferenceService, ReferenceLoader } f
CourseGroupRepo,
TaskRepo,
LegacySchoolRepo,
LessonRepo,
TeamsRepo,
SubmissionRepo,
SchoolExternalToolRepo,
Expand Down
1 change: 0 additions & 1 deletion apps/server/src/shared/repo/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export * from './coursegroup';
export * from './dashboard';
export * from './federalstate';
export * from './importuser';
export * from './lesson';
export * from './ltitool';
export * from './materials';
export * from './mongo.patterns';
Expand Down
1 change: 0 additions & 1 deletion apps/server/src/shared/repo/lesson/index.ts

This file was deleted.

14 changes: 0 additions & 14 deletions apps/server/src/shared/repo/lesson/lesson-scope.ts

This file was deleted.

225 changes: 0 additions & 225 deletions apps/server/src/shared/repo/lesson/lesson.repo.integration.spec.ts

This file was deleted.

62 changes: 0 additions & 62 deletions apps/server/src/shared/repo/lesson/lesson.repo.ts

This file was deleted.

0 comments on commit 72d1f4d

Please sign in to comment.