fix(app): fix typo in app.module.ts
This commit is contained in:
parent
625ed18ae9
commit
042f8876f0
@ -30,8 +30,8 @@ import configuration from './commons/config/configuration';
|
||||
}),
|
||||
GraphQLModule.forRootAsync({
|
||||
imports: [ConfigModule],
|
||||
useFactory: (cnfigService: ConfigService) => ({
|
||||
debug: cnfigService.get<string>('env') !== 'prod',
|
||||
useFactory: (configService: ConfigService) => ({
|
||||
debug: configService.get<string>('env') !== 'prod',
|
||||
playground: true,
|
||||
autoSchemaFile: true,
|
||||
}),
|
||||
|
Loading…
Reference in New Issue
Block a user