File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 6
6
anotherone :
7
7
- $2y$10$8eHSzy3aCu4Ry3LzO9nWCeGpofSxsNVbnF.wCfn3ZADwQ6MEtN/KK
8
8
- $2y$10$dGB0CGv7.XQC5OqfyY6iXOiJsdVyxU3ve5YE0gt4m2I8P8H13lNXa
9
-
10
9
dylanlafferty :
11
10
- $2y$10$JpiqIw6Ip/DUgaOkggURk.wP1OtxxAlmYJvVPJQ/6GfG3SslHNrBu
12
11
- $2y$10$mPlPI9IsKf8cCKyQj3gtTOY8ffwgwTddHHjVAVd1PcAzfatOHED06
Original file line number Diff line number Diff line change
1
+
1
2
import {
2
3
3
4
AnswerChoice ,
@@ -21,7 +22,6 @@ export class DylanLaffertyQuiz implements QuizQuestionProvider {
21
22
] ;
22
23
23
24
return [ DylanLaffertyQuiz . makeQuestion0 ( ) , DylanLaffertyQuiz . makeQuestion0 ( ) ] ;
24
-
25
25
}
26
26
27
27
private static makeQuestion0 ( ) : QuizQuestion {
@@ -63,6 +63,5 @@ export class DylanLaffertyQuiz implements QuizQuestionProvider {
63
63
AnswerChoice . UNANSWERED ,
64
64
) ;
65
65
}
66
-
67
66
}
68
67
You can’t perform that action at this time.
0 commit comments