mirror of
https://github.com/zadam/trilium.git
synced 2025-12-24 00:59:55 +01:00
refactored "sync" table to "entity_changes"
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
const syncTableService = require('../../src/services/sync_table');
|
||||
const syncTableService = require('../../src/services/entity_changes.js');
|
||||
|
||||
module.exports = async () => {
|
||||
await syncTableService.fillAllSyncRows();
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user