Skip to content

Commit 4e572db

Browse files
committed
Registered My Quiz in the quizzes.modules.ts file
1 parent e59a438 commit 4e572db

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
import { Module } from '@nestjs/common';
22
import { AnotherQuiz } from './another_quiz.js';
3-
import { OyeyemiJimohQuiz } from './oyeyemi_jimoh_quiz.js';
43
import { AnthonyMaysQuiz } from './anthony_mays_quiz.js';
54
import { JosephCaballeroQuiz } from './joseph_caballero_quiz.js';
5+
import { OyeyemiJimohQuiz } from './oyeyemi_jimoh_quiz.js';
6+
import { ShawnDunsmoreQuiz } from './shawn_dunsmore_quiz.js';
67
import { YafiahAbdullahQuiz } from './yafiah_abdullah_quiz.js';
78

89
export const Quizzes = Symbol.for('Quizzes');
@@ -15,6 +16,7 @@ const QUIZ_PROVIDERS = [
1516
AnotherQuiz,
1617
JosephCaballeroQuiz,
1718
OyeyemiJimohQuiz,
19+
ShawnDunsmoreQuiz,
1820
];
1921

2022
@Module({

0 commit comments

Comments
 (0)