single tick fix

This commit is contained in:
2026-01-27 16:11:18 +01:00
parent fbc1c220cc
commit 1e0c246467
2 changed files with 3 additions and 5 deletions

View File

@@ -133,7 +133,7 @@ export default (router, tpl) => {
if (isJson) {
return res.reply({
headers: { 'Content-Type': 'application/json; charset=utf-8' },
body: JSON.stringify({ success: true, comments: processedComments })
body: JSON.stringify({ success: true, comments: comments })
});
}