From d4a1b4dad9421bb5f4c20af6c55adac01f425bb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Wed, 29 Jan 2025 18:27:46 -0500 Subject: [PATCH] refactor: remove old comment --- src/api/topics.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/topics.js b/src/api/topics.js index 10d1c4c10e..81c1ee876a 100644 --- a/src/api/topics.js +++ b/src/api/topics.js @@ -106,7 +106,7 @@ topicsAPI.reply = async function (caller, data) { return await posts.addToQueue(payload); } - const postData = await topics.reply(payload); // postData seems to be a subset of postObj, refactor? + const postData = await topics.reply(payload); const result = { posts: [postData],