Skip to content

Commit eb53f3a

Browse files
committed
fixed kimberlee lesson 03
1 parent 59de84c commit eb53f3a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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';
6-
import { YafiahAbdullahQuiz } from './yafiah_abdullah_quiz.js';
75
import { KimberleeHaldaneQuiz } from './kimberlee_haldane_quiz.js';
6+
import { OyeyemiJimohQuiz } from './oyeyemi_jimoh_quiz.js';
7+
import { YafiahAbdullahQuiz } from './yafiah_abdullah_quiz.js';
88

99
export const Quizzes = Symbol.for('Quizzes');
1010

@@ -16,7 +16,8 @@ const QUIZ_PROVIDERS = [
1616
AnotherQuiz,
1717
JosephCaballeroQuiz,
1818
OyeyemiJimohQuiz,
19-
, KimberleeHaldaneQuiz];
19+
KimberleeHaldaneQuiz,
20+
];
2021

2122
@Module({
2223
providers: [

0 commit comments

Comments
 (0)