We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b4d116 commit 747f066Copy full SHA for 747f066
lesson_03/quiz/src/quizzes/quizzes.module.ts
@@ -1,11 +1,12 @@
1
import { Module } from '@nestjs/common';
2
import { AnotherQuiz } from './another_quiz.js';
3
import { AnthonyMaysQuiz } from './anthony_mays_quiz.js';
4
+import { Bryanasingletonbarnhart } from './ bryana_singleton-barnhart_quiz.js';
5
6
export const Quizzes = Symbol.for('Quizzes');
7
8
// Add your quiz provider here.
-const QUIZ_PROVIDERS = [AnthonyMaysQuiz, AnotherQuiz];
9
+const QUIZ_PROVIDERS = [AnthonyMaysQuiz, AnotherQuiz, Bryanasingletonbarnhart];
10
11
@Module({
12
providers: [
0 commit comments