Skip to content

Commit f1884d1

Browse files
committed
lesson_10_homework
1 parent 8973cfc commit f1884d1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@ import { Module } from '@nestjs/common';
22

33
import { AnthonyMaysLoader } from './anthony_mays_loader.js';
44
import { DylanLaffertysLoader } from './dylan_lafferty_loaders.js';
5-
import { JasonWatsonLoader } from './jason_watson_loader.js';
65

76
export const Loaders = Symbol.for('Loaders');
87

9-
const LOADER_PROVIDERS = [AnthonyMaysLoader, DylanLaffertysLoader, JasonWatsonLoader];
8+
const LOADER_PROVIDERS = [AnthonyMaysLoader, DylanLaffertysLoader];
109

1110
@Module({
1211
providers: [

0 commit comments

Comments
 (0)