File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ import { Logger, Module } from '@nestjs/common';
2
2
import { ConfigModule , ConfigService } from '@nestjs/config' ;
3
3
import { MongooseModule , MongooseModuleFactoryOptions } from '@nestjs/mongoose' ;
4
4
5
- import { validate } from './config/EnvironmentVariables' ;
6
5
import { AuthModule } from './auth/auth.module' ;
6
+ import { validate } from './config/EnvironmentVariables' ;
7
7
import { FileModule } from './file/file.module' ;
8
8
import { ParseTokenPipe } from './parseToken' ;
9
- import { SongBrowserModule } from './song-browser/song-browser.module' ;
10
9
import { SongModule } from './song/song.module' ;
10
+ import { SongBrowserModule } from './song-browser/song-browser.module' ;
11
11
import { UserModule } from './user/user.module' ;
12
12
13
13
@Module ( {
You can’t perform that action at this time.
0 commit comments