Skip to content

Commit 62cbd19

Browse files
committed
Chore: SWait for review from Anthony
1 parent 3c65aa8 commit 62cbd19

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

lesson_03/quiz/quiz.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ quiz:
66
anotherone:
77
- $2y$10$8eHSzy3aCu4Ry3LzO9nWCeGpofSxsNVbnF.wCfn3ZADwQ6MEtN/KK
88
- $2y$10$dGB0CGv7.XQC5OqfyY6iXOiJsdVyxU3ve5YE0gt4m2I8P8H13lNXa
9-
109
dylanlafferty:
1110
- $2y$10$JpiqIw6Ip/DUgaOkggURk.wP1OtxxAlmYJvVPJQ/6GfG3SslHNrBu
1211
- $2y$10$mPlPI9IsKf8cCKyQj3gtTOY8ffwgwTddHHjVAVd1PcAzfatOHED06

lesson_03/quiz/src/quizzes/Dylan_Lafferty_quiz.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
import {
23

34
AnswerChoice,
@@ -21,7 +22,6 @@ export class DylanLaffertyQuiz implements QuizQuestionProvider {
2122
];
2223

2324
return [DylanLaffertyQuiz.makeQuestion0(), DylanLaffertyQuiz.makeQuestion0()];
24-
2525
}
2626

2727
private static makeQuestion0(): QuizQuestion {
@@ -63,6 +63,5 @@ export class DylanLaffertyQuiz implements QuizQuestionProvider {
6363
AnswerChoice.UNANSWERED,
6464
);
6565
}
66-
6766
}
6867

0 commit comments

Comments
 (0)