mirror of
https://github.com/zadam/trilium.git
synced 2025-10-27 16:26:31 +01:00
backend API to create a launcher
This commit is contained in:
@@ -59,7 +59,7 @@ class AbstractEntity {
|
||||
let contentToHash = "";
|
||||
|
||||
for (const propertyName of this.constructor.hashedProperties) {
|
||||
contentToHash += "|" + this[propertyName];
|
||||
contentToHash += `|${this[propertyName]}`;
|
||||
}
|
||||
|
||||
if (isDeleted) {
|
||||
|
||||
Reference in New Issue
Block a user