fix: unintended comment
This commit is contained in:
parent
adc744e8b5
commit
46b6b9867d
1 changed files with 1 additions and 1 deletions
|
|
@ -35,4 +35,4 @@ app.listen(PORT, "0.0.0.0", () =>
|
|||
console.log(`[APP] Application is running on http://localhost:${PORT}`),
|
||||
);
|
||||
|
||||
// rabbitmq.init(amqHandler).catch((e) => console.error(e));
|
||||
rabbitmq.init(amqHandler).catch((e) => console.error(e));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue