We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8973cfc commit f1884d1Copy full SHA for f1884d1
lesson_10/libraries/src/loaders/loaders.module.ts
@@ -2,11 +2,10 @@ import { Module } from '@nestjs/common';
2
3
import { AnthonyMaysLoader } from './anthony_mays_loader.js';
4
import { DylanLaffertysLoader } from './dylan_lafferty_loaders.js';
5
-import { JasonWatsonLoader } from './jason_watson_loader.js';
6
7
export const Loaders = Symbol.for('Loaders');
8
9
-const LOADER_PROVIDERS = [AnthonyMaysLoader, DylanLaffertysLoader, JasonWatsonLoader];
+const LOADER_PROVIDERS = [AnthonyMaysLoader, DylanLaffertysLoader];
10
11
@Module({
12
providers: [
0 commit comments