diff --git a/worker.js b/worker.js index fbe33a4..c4a1a31 100644 --- a/worker.js +++ b/worker.js @@ -1718,7 +1718,7 @@ async function getComments(request, env) { }); } - return createResponse(comments.results); + return createResponse(comments.results, 200, 0); } catch (dbError) { return createResponse({ error: 'Failed to retrieve comments',