refactor: remove old comment

This commit is contained in:
Barış Soner Uşaklı
2025-01-29 18:27:46 -05:00
parent 47734d4cd3
commit d4a1b4dad9

View File

@@ -106,7 +106,7 @@ topicsAPI.reply = async function (caller, data) {
return await posts.addToQueue(payload); 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 = { const result = {
posts: [postData], posts: [postData],