mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 07:45:51 +01:00
script bugfixes
This commit is contained in:
@@ -70,7 +70,7 @@ class Repository {
|
||||
delete clone.jsonContent;
|
||||
delete clone.repository;
|
||||
|
||||
await sql.replace(entity.constructor.tableName, entity);
|
||||
await sql.replace(entity.constructor.tableName, clone);
|
||||
|
||||
const primaryKey = entity[entity.constructor.primaryKeyName];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user