File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
lesson_10/libraries/src/loaders Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ import { Module } from '@nestjs/common';
3
3
import { AmiyahJonesLoader } from './amiyah_jones.js' ;
4
4
import { AngelicaCastilloLoader } from './angelica_castillo_loader.js' ;
5
5
import { AnthonyMaysLoader } from './anthony_mays_loader.js' ;
6
- import { LjMcwilliamsLoader } from './lj_mcwilliams_loader.js' ;
7
6
import { ChelseaOgbonniaLoader } from './chelsea_ogbonnia_loader.js' ;
8
7
import { DavidSmithLoader } from './david_smith_loader.js' ;
9
8
import { DwightBlueLoader } from './dwight_blue_loader.js' ;
10
9
import { HummadTanweerLoader } from './hummad_tanweer_loader.js' ;
11
10
import { JamesCapparellLoader } from './james_capparell_loader.js' ;
12
11
import { JosephCaballeroLoader } from './joseph_caballero_loader.js' ;
13
12
import { KimberleeHaldaneLoader } from './kimberlee_haldane_loader.js' ;
13
+ import { LjMcwilliamsLoader } from './lj_mcwilliams_loader.js' ;
14
14
import { NileJacksonLoader } from './nile_jackson_loader.js' ;
15
15
import { OyeyemiJimohLoader } from './oyeyemi_jimoh_loader.js' ;
16
16
import { PabloLimonParedesLoader } from './pablo_limon_paredes_loader.js' ;
@@ -23,9 +23,6 @@ import { ZionBuchananLoader } from './zion_buchanan_loader.js';
23
23
export const Loaders = Symbol . for ( 'Loaders' ) ;
24
24
25
25
const LOADER_PROVIDERS = [
26
- AnthonyMaysLoader ,
27
- XavierCruzLoader ,
28
- LjMcwilliamsLoader ,
29
26
AmiyahJonesLoader ,
30
27
AngelicaCastilloLoader ,
31
28
AnthonyMaysLoader ,
@@ -36,6 +33,7 @@ const LOADER_PROVIDERS = [
36
33
JamesCapparellLoader ,
37
34
JosephCaballeroLoader ,
38
35
KimberleeHaldaneLoader ,
36
+ LjMcwilliamsLoader ,
39
37
NileJacksonLoader ,
40
38
OyeyemiJimohLoader ,
41
39
PabloLimonParedesLoader ,
You can’t perform that action at this time.
0 commit comments