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({
|
GraphQLModule.forRootAsync({
|
||||||
imports: [ConfigModule],
|
imports: [ConfigModule],
|
||||||
useFactory: (cnfigService: ConfigService) => ({
|
useFactory: (configService: ConfigService) => ({
|
||||||
debug: cnfigService.get<string>('env') !== 'prod',
|
debug: configService.get<string>('env') !== 'prod',
|
||||||
playground: true,
|
playground: true,
|
||||||
autoSchemaFile: true,
|
autoSchemaFile: true,
|
||||||
}),
|
}),
|
||||||
|
Loading…
Reference in New Issue
Block a user