File tree Expand file tree Collapse file tree 3 files changed +11
-42
lines changed Expand file tree Collapse file tree 3 files changed +11
-42
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 10
10
- $2y$10$FmVJ1V9hSIUbi8DGx4cq5.wPOMq5en312H4zb5H2AJUDtDeWJg74e
11
11
- $2y$10$vI6tL8o2P23w/bh5tYvyf.iiH42BQHl5Rh1teG8mMaMfj1XNhO/..
12
12
- $2y$10$BSPejBBqvmV7iEilAy7kOOaBCtIVDWxfvH53b/v106qadbhQeQXEW
13
+ yafiahAbdullah :
14
+ - $2y$10$XcsVuO66KZiUiN75NtssdOkKvHKhuBo91JgE/TJEnSrrzbhjxuql.
15
+ - $2y$10$9fZs867NHxoPQ/VWMeLyj.us5Kg3SLPcbt9O5ki/FdJ37TbhgFMFC
16
+ - $2y$10$GfjcKvtzr6n8553Mdr1RJOOYDfzOudlW.3i8otsH0HiW52CU7tUAW
Original file line number Diff line number Diff line change @@ -2,11 +2,17 @@ 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 { JosephCaballeroQuiz } from './joseph_caballero_quiz.js' ;
5
+ import { YafiahAbdullahQuiz } from './yafiah_abdullah_quiz.js' ;
5
6
6
7
export const Quizzes = Symbol . for ( 'Quizzes' ) ;
7
8
8
9
// Add your quiz provider here.
9
- const QUIZ_PROVIDERS = [ AnthonyMaysQuiz , AnotherQuiz , JosephCaballeroQuiz ] ;
10
+ const QUIZ_PROVIDERS = [
11
+ AnthonyMaysQuiz ,
12
+ YafiahAbdullahQuiz ,
13
+ AnotherQuiz ,
14
+ JosephCaballeroQuiz ,
15
+ ] ;
10
16
11
17
@Module ( {
12
18
providers : [
You can’t perform that action at this time.
0 commit comments