refactor(server): event names (#12084)
This commit is contained in:
@@ -39,8 +39,8 @@ export class MicroservicesService {
|
||||
private versionService: VersionService,
|
||||
) {}
|
||||
|
||||
@OnEmit({ event: 'onBootstrap' })
|
||||
async onBootstrap(app: ArgOf<'onBootstrap'>) {
|
||||
@OnEmit({ event: 'app.bootstrap' })
|
||||
async onBootstrap(app: ArgOf<'app.bootstrap'>) {
|
||||
if (app !== 'microservices') {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user