fix: remove one value in upsert note
This commit is contained in:
@@ -63,7 +63,7 @@ export const upsertNote = (note: Note) => {
|
||||
did,
|
||||
rkey
|
||||
)
|
||||
VALUES (?, ?, ?, ?, ?, ?)
|
||||
VALUES (?, ?, ?, ?, ?)
|
||||
ON CONFLICT(did, rkey)
|
||||
DO UPDATE SET
|
||||
title = excluded.title,
|
||||
|
||||
Reference in New Issue
Block a user