File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 66 anotherone :
77 - $2y$10$8eHSzy3aCu4Ry3LzO9nWCeGpofSxsNVbnF.wCfn3ZADwQ6MEtN/KK
88 - $2y$10$dGB0CGv7.XQC5OqfyY6iXOiJsdVyxU3ve5YE0gt4m2I8P8H13lNXa
9- lesson_03
109 bryanasingletonbarnhart :
1110 - $2y$10$1mLxFIqlwiKqivImNbEYE.khunzQLkqDL/40Yj39J6vJA0rLfwDuK
1211 - $2y$10$sIjoP0Jqf5apX3Uk2tdy0.yt..CIanJbbDIA7Y98KtUSNd4iq4oRO
@@ -20,4 +19,3 @@ lesson_03
2019 - $2y$10$hRwUbEYSqz761B.cG79T2uYsYPiEtKu.JgD3Aj7.Mofx27TtX5YHa
2120 - $2y$10$qE/gXxpq62FEGJOJd9MDA.vpDYLTNSsZbqZLpD/0368CKkcNBzW1y
2221 - $2y$10$yI/2BgOyqQfLdHM3ixPE5uLu89su/sHRJB2c5szDFIAYXDhRakS.C
23- main
Original file line number Diff line number Diff line change 11import { Module } from '@nestjs/common' ;
2+ import { Bryanasingletonbarnhart } from './ bryana_singleton-barnhart_quiz.js' ;
23import { AnotherQuiz } from './another_quiz.js' ;
34import { AnthonyMaysQuiz } from './anthony_mays_quiz.js' ;
4- lesson_03
5- import { Bryanasingletonbarnhart } from './ bryana_singleton-barnhart_quiz.js' ;
65
76import { Jbeyquiz } from './jbeyquiz.js' ;
87import { MercedesMathewsQuiz } from './mercedes_mathews_quiz.js' ;
98
109export const Quizzes = Symbol . for ( 'Quizzes' ) ;
1110
1211// Add your quiz provider here.
13- lesson_03
14- const QUIZ_PROVIDERS = [ AnthonyMaysQuiz , AnotherQuiz , Bryanasingletonbarnhart ] ;
15-
1612const QUIZ_PROVIDERS = [
1713 AnthonyMaysQuiz ,
1814 AnotherQuiz ,
1915 MercedesMathewsQuiz ,
2016 Jbeyquiz ,
17+ Bryanasingletonbarnhart ,
2118] ;
2219
2320@Module ( {
You can’t perform that action at this time.
0 commit comments