mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 13:26:01 +01:00
typos
This commit is contained in:
@@ -97,7 +97,7 @@ async function importAttachmentsToNote(req) {
|
||||
const parentNote = becca.getNoteOrThrow(parentNoteId);
|
||||
const taskContext = TaskContext.getInstance(taskId, 'importAttachment', options);
|
||||
|
||||
// unlike in note import we let the events run, because a huge number of attachments is not likely
|
||||
// unlike in note import, we let the events run, because a huge number of attachments is not likely
|
||||
|
||||
try {
|
||||
await singleImportService.importAttachment(taskContext, file, parentNote);
|
||||
|
||||
Reference in New Issue
Block a user