Skip to content

Commit 2163ca5

Browse files
committed
Feat: Adds Shawn Dunsmore Lesson010, Included Loader.
1 parent 6cb8e29 commit 2163ca5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lesson_10/libraries/src/loaders/loaders.module.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import { Module } from '@nestjs/common';
22
import { AnthonyMaysLoader } from './anthony_mays_loader.js';
3-
3+
import { ShawnDunsmoreLoader } from './shawn_dunsmore_loader.js';
44
export const Loaders = Symbol.for('Loaders');
55

66
// Add your quiz provider here.
7-
const LOADER_PROVIDERS = [AnthonyMaysLoader];
7+
const LOADER_PROVIDERS = [AnthonyMaysLoader, ShawnDunsmoreLoader];
88

99
@Module({
1010
providers: [

0 commit comments

Comments
 (0)