File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
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
+ quiz :
10
+ answers :
11
+ amiyahjones :
12
+ - $2y$10$rqF3De./7y9hMlwTTe42D.PF2Blsi8tfkJFshnzLivEmbd488ahnO
13
+ - $2y$10$ucIq02aHBFaB6ilRS3DxPOHFsDH0g95f1h5jghKh8j2v3Mvxvf67.
14
+ - $2y$10$VmJTbXxCunAZJoWwcHmnSesMIU/3oxd7LK2TS/zZLfwg281ERi0JW
Original file line number Diff line number Diff line change 1
1
import { Module } from '@nestjs/common' ;
2
2
import { AnotherQuiz } from './another_quiz.js' ;
3
3
import { AnthonyMaysQuiz } from './anthony_mays_quiz.js' ;
4
+ import { AmiyahJonesQuiz } from './amiyah_jones_quiz.js' ;
4
5
5
6
export const Quizzes = Symbol . for ( 'Quizzes' ) ;
6
7
7
8
// Add your quiz provider here.
8
- const QUIZ_PROVIDERS = [ AnthonyMaysQuiz , AnotherQuiz ] ;
9
+ const QUIZ_PROVIDERS = [ AnthonyMaysQuiz , AnotherQuiz , AmiyahJonesQuiz ] ;
9
10
10
11
@Module ( {
11
12
providers : [
You can’t perform that action at this time.
0 commit comments