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 1414 - $2y$10$7TUXmYaJlWnRZTzYR..CsefgVcOZJMGt7ctxyAf.G3obBBFEAB342
1515 - $2y$10$0ghuTDegle177q8VjCgQ2OhManKjotYXrcDT3SLyUF8KvI152Wd0.
1616 - $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';
22import { AnotherQuiz } from './another_quiz.js' ;
33import { AnthonyMaysQuiz } from './anthony_mays_quiz.js' ;
44import { EzraQuiz } from './ezra_quiz.js' ;
5+ import { Jbeyquiz } from './jbeyquiz.js' ;
6+ import { MercedesMathewsQuiz } from './mercedes_mathews_quiz.js' ;
57
68export const Quizzes = Symbol . for ( 'Quizzes' ) ;
79
810// 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+ ] ;
1019
1120@Module ( {
1221 providers : [
You can’t perform that action at this time.
0 commit comments