Skip to content

Commit 97a3ba9

Browse files
author
AmiyahJo
committed
restart
1 parent 900bc88 commit 97a3ba9

File tree

3 files changed

+2
-59
lines changed

3 files changed

+2
-59
lines changed

lesson_03/quiz/quiz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ quiz:
55
- $2y$10$55EXRjF26JIgebtoH800ZOJecfefvMgHicuxf/rwTENuxiUaFQcNe
66
anotherone:
77
- $2y$10$8eHSzy3aCu4Ry3LzO9nWCeGpofSxsNVbnF.wCfn3ZADwQ6MEtN/KK
8-
- $2y$10$dGB0CGv7.XQC5OqfyY6iXOiJsdVyxU3ve5YE0gt4m2I8P8H13lNXa
8+
- $2y$10$dGB0CGv7.XQC5OqfyY6iXOiJsdVyxU3ve5YE0gt4m2I8P8H13lNXa

lesson_03/quiz/src/quizzes/amiyah_jones_quiz.ts

Lines changed: 0 additions & 57 deletions
This file was deleted.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { AnthonyMaysQuiz } from './anthony_mays_quiz.js';
55
export const Quizzes = Symbol.for('Quizzes');
66

77
// Add your quiz provider here.
8-
const QUIZ_PROVIDERS = [AnthonyMaysQuiz, AnotherQuiz, AmiyahJonesQuiz];
8+
const QUIZ_PROVIDERS = [AnthonyMaysQuiz, AnotherQuiz];
99

1010
@Module({
1111
providers: [

0 commit comments

Comments
 (0)