fix: remove one value in upsert note

This commit is contained in:
Julien Calixte
2026-02-09 23:02:16 +01:00
parent 8ca67971f2
commit 59b3db29c3

View File

@@ -63,7 +63,7 @@ export const upsertNote = (note: Note) => {
did,
rkey
)
VALUES (?, ?, ?, ?, ?, ?)
VALUES (?, ?, ?, ?, ?)
ON CONFLICT(did, rkey)
DO UPDATE SET
title = excluded.title,