Browse Source

Reorder imports

pull/4570/head
Thomas Kaul 4 months ago
parent
commit
332aae1787
  1. 4
      apps/api/src/app/endpoints/watchlist/watchlist.module.ts

4
apps/api/src/app/endpoints/watchlist/watchlist.module.ts

@ -10,9 +10,9 @@ import { WatchlistService } from './watchlist.service';
@Module({ @Module({
controllers: [WatchlistController], controllers: [WatchlistController],
imports: [ imports: [
PrismaModule,
TransformDataSourceInRequestModule, TransformDataSourceInRequestModule,
TransformDataSourceInResponseModule, TransformDataSourceInResponseModule
PrismaModule
], ],
providers: [WatchlistService] providers: [WatchlistService]
}) })

Loading…
Cancel
Save