This commit is contained in:
2026-02-28 20:42:44 +01:00
parent 72aeeebd04
commit be5996d7f7

View File

@@ -64,7 +64,6 @@ app.post("/api/check", async (req, res) => {
return res.status(502).json({ error: "AI service error" }); return res.status(502).json({ error: "AI service error" });
} }
//const data = await response.json();
const data = await response.json(); const data = await response.json();
const feedback = data.content?.[0]?.text || ""; const feedback = data.content?.[0]?.text || "";