single tick fix
This commit is contained in:
@@ -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 })
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user