Browse Source

Update file 2024-07-03-ai-summary.md

pull/171/head AR-Backup-2024.07.03
mayx 1 year ago
parent
commit
2fd191d418
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      _posts/2024-07-03-ai-summary.md

+ 1
- 1
_posts/2024-07-03-ai-summary.md View File

@ -196,7 +196,7 @@ export default {
).bind(query).first("content");
}
if (result != data) {
await db.prepare("UPDATE blog_summary SET content = ?1 WHERE id = ?2")
await db.prepare("UPDATE blog_summary SET content = ?1, summary = NULL WHERE id = ?2")
.bind(data, query).run();
}
return new Response("OK", {


Loading…
Cancel
Save

Powered by TurnKey Linux.