File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 14
14
- $2y$10$7TUXmYaJlWnRZTzYR..CsefgVcOZJMGt7ctxyAf.G3obBBFEAB342
15
15
- $2y$10$0ghuTDegle177q8VjCgQ2OhManKjotYXrcDT3SLyUF8KvI152Wd0.
16
16
- $2y$10$JXoeInFy4UzHhi2Lskxzeu7CQ9RprnJgBw9pjAlV.t6zQyJTyy8OK
17
+ mercedesmathews :
18
+ - $2y$10$hRwUbEYSqz761B.cG79T2uYsYPiEtKu.JgD3Aj7.Mofx27TtX5YHa
19
+ - $2y$10$qE/gXxpq62FEGJOJd9MDA.vpDYLTNSsZbqZLpD/0368CKkcNBzW1y
20
+ - $2y$10$yI/2BgOyqQfLdHM3ixPE5uLu89su/sHRJB2c5szDFIAYXDhRakS.C
Original file line number Diff line number Diff line change @@ -2,11 +2,20 @@ import { Module } from '@nestjs/common';
2
2
import { AnotherQuiz } from './another_quiz.js' ;
3
3
import { AnthonyMaysQuiz } from './anthony_mays_quiz.js' ;
4
4
import { EzraQuiz } from './ezra_quiz.js' ;
5
+ import { Jbeyquiz } from './jbeyquiz.js' ;
6
+ import { MercedesMathewsQuiz } from './mercedes_mathews_quiz.js' ;
5
7
6
8
export const Quizzes = Symbol . for ( 'Quizzes' ) ;
7
9
8
10
// Add your quiz provider here.
9
- const QUIZ_PROVIDERS = [ AnthonyMaysQuiz , AnotherQuiz , EzraQuiz ] ;
11
+
12
+ const QUIZ_PROVIDERS = [
13
+ AnthonyMaysQuiz ,
14
+ AnotherQuiz ,
15
+ MercedesMathewsQuiz ,
16
+ Jbeyquiz ,
17
+ EzraQuiz ,
18
+ ] ;
10
19
11
20
@Module ( {
12
21
providers : [
You can’t perform that action at this time.
0 commit comments