Skip to content

Commit 521f984

Browse files
authored
Merge branch 'main' into homework_03
2 parents 64e291a + 7e50490 commit 521f984

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lesson_03/quiz/src/quizzes/quizzes.module.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ import { Module } from '@nestjs/common';
22
import { AnotherQuiz } from './another_quiz.js';
33
import { AnthonyMaysQuiz } from './anthony_mays_quiz.js';
44
import { DylanLaffertyQuiz } from './Dylan_Lafferty_quiz.js';
5+
=======
6+
57
import { Jbeyquiz } from './jbeyquiz.js';
68

79
export const Quizzes = Symbol.for('Quizzes');
@@ -14,6 +16,7 @@ const QUIZ_PROVIDERS = [
1416
DylanLaffertyQuiz,
1517
Jbeyquiz,
1618
];
19+
const QUIZ_PROVIDERS = [AnthonyMaysQuiz, AnotherQuiz, Jbeyquiz];
1720

1821
@Module({
1922
providers: [

0 commit comments

Comments
 (0)