mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 18:50:41 +01:00
many small issues found by intellij analysis
This commit is contained in:
@@ -207,7 +207,7 @@ function importEnex(taskContext, file, parentNote) {
|
||||
});
|
||||
|
||||
function updateDates(noteId, utcDateCreated, utcDateModified) {
|
||||
// it's difficult to force custom dateCreated and dateModified to Note entity so we do it post-creation with SQL
|
||||
// it's difficult to force custom dateCreated and dateModified to Note entity, so we do it post-creation with SQL
|
||||
sql.execute(`
|
||||
UPDATE notes
|
||||
SET dateCreated = ?,
|
||||
|
||||
Reference in New Issue
Block a user