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