mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 22:05:44 +01:00
share support for attachment images
This commit is contained in:
@@ -93,8 +93,6 @@ class AbstractBeccaEntity {
|
||||
|
||||
const pojo = this.getPojoToSave();
|
||||
|
||||
console.log(pojo);
|
||||
|
||||
sql.transactional(() => {
|
||||
sql.upsert(entityName, primaryKeyName, pojo);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user