Skip to content

Commit

Permalink
fix: error
Browse files Browse the repository at this point in the history
  • Loading branch information
apalchys committed Sep 15, 2024
1 parent 650eef1 commit 9f75cca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nestjs/src/courses/courses.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ import { CourseMentorsController, CourseMentorsService } from './course-mentors'
import { CourseStudentsController } from './course-students/course-students.controller';
import { CourseStudentsService } from './course-students/course-students.service';
import { MentorReviewsController, MentorReviewsService } from './mentor-reviews';
import { ConfigModule } from '../config';

@Module({
imports: [
Expand Down Expand Up @@ -100,6 +101,7 @@ import { MentorReviewsController, MentorReviewsService } from './mentor-reviews'
UsersModule,
UsersNotificationsModule,
CloudApiModule,
ConfigModule,
],
controllers: [
FeedbacksController,
Expand Down

0 comments on commit 9f75cca

Please sign in to comment.