File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-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
+ yetanotherone :
10
+ - $2y$10$8eHSzy3aCu4Ry3LzO9nWCeGpofSxsNVbnF.wCfn3ZADwQ6MEtN/KK
11
+ - $2y$10$dGB0CGv7.XQC5OqfyY6iXOiJsdVyxU3ve5YE0gt4m2I8P8H13lNXa
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 { YetAnotherQuiz } from './yet_another_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 , YetAnotherQuiz ] ;
9
10
10
11
@Module ( {
11
12
providers : [
You can’t perform that action at this time.
0 commit comments