From cd43bb53c35167a26d7759bad22745c0ca263b66 Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Tue, 12 Dec 2023 12:36:39 +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 d735caa..02c5ce0 100644 --- a/Services/server/src/app.ts +++ b/Services/server/src/app.ts @@ -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));