fix: unintended comment
This commit is contained in:
parent
07d97a9091
commit
cd43bb53c3
1 changed files with 1 additions and 1 deletions
|
|
@ -49,4 +49,4 @@ server.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