mirror of
https://github.com/zadam/trilium.git
synced 2024-11-17 05:13:29 +08:00
fix backend API's createNote(), closes #1275
This commit is contained in:
parent
cba9b92202
commit
dd020baee5
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ function BackendScriptApi(currentNote, apiParams) {
|
|||
extraOptions.content = content;
|
||||
}
|
||||
|
||||
sql.transactional(() => {
|
||||
return sql.transactional(() => {
|
||||
const {note, branch} = noteService.createNewNote(extraOptions);
|
||||
|
||||
for (const attr of extraOptions.attributes || []) {
|
||||
|
|
Loading…
Reference in a new issue