Skip to content

Commit

Permalink
Update src/auto-aspect-executor.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteKiwi authored Dec 20, 2023
1 parent f32aee9 commit 73e2381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auto-aspect-executor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export class AutoAspectExecutor implements OnModuleInit {
private readonly discoveryService: DiscoveryService,
private readonly metadataScanner: MetadataScanner,
private readonly reflector: Reflector,
) { }
) {}

onModuleInit() {
this.bootstrapLazyDecorators();
Expand Down

0 comments on commit 73e2381

Please sign in to comment.