This commit is contained in:
KoalaSat 2022-11-04 17:40:42 +01:00
parent 023115dd64
commit 61a25c45c5
No known key found for this signature in database
GPG Key ID: 2F7F61C6146AB157

View File

@ -40,7 +40,7 @@ export const insertNote: (
mainEventId,
replyEventId,
]
return await db.executeAsync(query, queryValues)
return db.executeAsync(query, queryValues)
} else {
return null
}