From a471b8718a5f371737823934b1c97974c19e3a3b Mon Sep 17 00:00:00 2001 From: Jasmine <151565574+JasmineRocket@users.noreply.github.com> Date: Tue, 24 Sep 2024 19:42:41 -0400 Subject: [PATCH] disabling call in start.start --- src/start.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/start.js b/src/start.js index 22ca74f901..054994e4a3 100644 --- a/src/start.js +++ b/src/start.js @@ -12,7 +12,7 @@ start.start = async function () { addProcessHandlers(); - addTagsToTopic(); + //addTagsToTopic(); try { await db.init();