Return 200 on claude summary

This commit is contained in:
2025-04-25 10:57:01 -06:00
parent 089a7e7975
commit 1b3e52d9cf

View File

@@ -58,6 +58,7 @@ Return a two paragraph or less summary, bullet points of the topics, and bullet
return res return res
.header('Content-Type', 'text/plain; charset=utf-8') .header('Content-Type', 'text/plain; charset=utf-8')
.status(200)
.send((response.content[0] as any).text); .send((response.content[0] as any).text);
} }
} }