logs: add log for upserts
This commit is contained in:
@@ -58,7 +58,8 @@ export const deleteNote = ({ did, rkey }: { did: string; rkey: string }) => {
|
||||
};
|
||||
|
||||
export const upsertNote = (note: Note) => {
|
||||
const now = new Date().toISOString()
|
||||
const now = new Date().toISOString()
|
||||
|
||||
db.query(
|
||||
`
|
||||
INSERT INTO note (
|
||||
|
||||
Reference in New Issue
Block a user