Commit ce2eacf8 authored by nanahira's avatar nanahira

fix

parent 77824630
Pipeline #7276 passed with stages
in 1 minute and 21 seconds
...@@ -11,7 +11,6 @@ import { User } from './entities/User.entity'; ...@@ -11,7 +11,6 @@ import { User } from './entities/User.entity';
isGlobal: true, isGlobal: true,
}), }),
TypeOrmModule.forRootAsync({ TypeOrmModule.forRootAsync({
name: 'app',
inject: [ConfigService], inject: [ConfigService],
useFactory: async (config: ConfigService) => { useFactory: async (config: ConfigService) => {
return { return {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment