Skip to content

Commit 67fab66

Browse files
committed
merge conflicts WIP
1 parent c8fa0e7 commit 67fab66

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

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

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -15,32 +15,6 @@ export const Quizzes = Symbol.for('Quizzes');
1515

1616
// Add your quiz provider here.
1717

18-
const QUIZ_PROVIDERS = [
19-
AnthonyMaysQuiz,
20-
YafiahAbdullahQuiz,
21-
AnotherQuiz,
22-
JosephCaballeroQuiz,
23-
OyeyemiJimohQuiz,
24-
ChigazoGrahamsQuiz,
25-
AmiyahJonesQuiz,
26-
LjMcwilliamsQuiz,
27-
];
28-
29-
@Module({
30-
providers: [
31-
...QUIZ_PROVIDERS,
32-
{
33-
provide: Quizzes,
34-
useFactory: (...args) => [...args],
35-
inject: QUIZ_PROVIDERS,
36-
},
37-
],
38-
})
39-
export class QuizzesModule {}
40-
41-
export const Quizzes = Symbol.for('Quizzes');
42-
43-
// Add your quiz provider here.
4418
const QUIZ_PROVIDERS = [
4519
AnthonyMaysQuiz,
4620
YafiahAbdullahQuiz,
@@ -51,7 +25,6 @@ const QUIZ_PROVIDERS = [
5125
DasiaEnglishQuiz,
5226
ChigazoGrahamsQuiz,
5327
AmiyahJonesQuiz,
54-
LjMcwilliamsQuiz,
5528
XavierCruzQuiz,
5629
LjMcwilliamsQuiz,
5730
];

0 commit comments

Comments
 (0)