This commit is contained in:
Alan Mosko
2023-09-06 16:11:59 -03:00
committed by GitHub
parent 5bc33ac654
commit d47cc5d5f4
3 changed files with 4 additions and 6 deletions

View File

@@ -89,7 +89,7 @@ function bootstrap() {
initIO(server);
if (configService.get<Rabbitmq>('RABBITMQ').ENABLED) initAMQP();
if (configService.get<Rabbitmq>('RABBITMQ')?.ENABLED) initAMQP();
onUnexpectedError();
}