mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
style(): run prettier
This commit is contained in:
@@ -24,7 +24,7 @@ function callOperator(instances: InstanceWrapper[]): Promise<any>[] {
|
||||
return iterate(instances)
|
||||
.filter(instance => !isNil(instance))
|
||||
.filter(hasOnModuleInitHook)
|
||||
.map(async instance => ((instance as any) as OnModuleInit).onModuleInit())
|
||||
.map(async instance => (instance as any as OnModuleInit).onModuleInit())
|
||||
.toArray();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user