Skip to content

Commit f3f9379

Browse files
author
AmiyahJo
committed
restart
1 parent 824a48f commit f3f9379

File tree

3 files changed

+2
-68
lines changed

3 files changed

+2
-68
lines changed

lesson_03/quiz/quiz.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,4 @@ quiz:
66
anotherone:
77
- $2y$10$8eHSzy3aCu4Ry3LzO9nWCeGpofSxsNVbnF.wCfn3ZADwQ6MEtN/KK
88
- $2y$10$dGB0CGv7.XQC5OqfyY6iXOiJsdVyxU3ve5YE0gt4m2I8P8H13lNXa
9-
amiyahjones:
10-
- $2y$10$hdxjIAaCcJqdRDyiEtp/Q.Xa.coEaVQRHfS7e4c3I5D4waAUzhjbO #0
11-
- $2y$10$Aymh4UlH/uQ9/j5AROPgm.vx.BX.qmTQQT77/79JImsSyW8Bns7e2 #1
12-
- $2y$10$qQh7CAWKHJMe09.jbcxBKehoWUmOUGBwcmXxx1U9JQoiqnk9YYrJa #2
9+

lesson_03/quiz/src/quizzes/amiyah_jones_quiz.ts

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

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
import { Module } from '@nestjs/common';
22
import { AnotherQuiz } from './another_quiz.js';
33
import { AnthonyMaysQuiz } from './anthony_mays_quiz.js';
4-
import { AmiyahJonesQuiz } from './amiyah_jones_quiz.js';
54

65
export const Quizzes = Symbol.for('Quizzes');
76

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

1110
@Module({
1211
providers: [

0 commit comments

Comments
 (0)