Skip to content

Commit 928ee59

Browse files
committed
lesson_10_homework chore
1 parent 7437be8 commit 928ee59

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@ import { Module } from '@nestjs/common';
33
import { AnthonyMaysLoader } from './anthony_mays_loader.js';
44
import { DylanLaffertysLoader } from './dylan_lafferty_loaders.js';
55
import { MercedesMathewsLoader } from './mercedes_mathews_loader.js';
6+
import { JasonWatsonLoader } from './jason_watson_loader.js';
67

78
export const Loaders = Symbol.for('Loaders');
89

910
const LOADER_PROVIDERS = [
1011
AnthonyMaysLoader,
1112
DylanLaffertysLoader,
1213
MercedesMathewsLoader,
14+
JasonWatsonLoader,
1315
];
1416

1517
@Module({

0 commit comments

Comments
 (0)