Skip to content

Commit f4ff260

Browse files
authored
fix: adds missing comma to quiz providers
1 parent cc790c5 commit f4ff260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const QUIZ_PROVIDERS = [
3131
KhaylaSaundersQuiz,
3232
DylanLaffertyQuiz,
3333
RasheedMillerQuiz,
34-
AnanatawaQuiz
34+
AnanatawaQuiz,
3535
ChanelHuttQuiz,
3636
JeremiahWingQuiz,
3737
JasonWatsonQuiz,

0 commit comments

Comments
 (0)