From 46b6b9867daaea4de5159a494b08f1308a2d29e1 Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Mon, 4 Dec 2023 16:48:25 +0700 Subject: [PATCH] fix: unintended comment --- Services/server/src/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Services/server/src/app.ts b/Services/server/src/app.ts index 6d1030c..d0d7c7b 100644 --- a/Services/server/src/app.ts +++ b/Services/server/src/app.ts @@ -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));