mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
got rid of request context and related refactorings
This commit is contained in:
@@ -32,7 +32,7 @@ async function addEntitySync(entityName, entityId, sourceId) {
|
||||
entity_name: entityName,
|
||||
entity_id: entityId,
|
||||
sync_date: utils.nowDate(),
|
||||
source_id: sourceId || source_id.currentSourceId
|
||||
source_id: sourceId || await source_id.getCurrentSourceId()
|
||||
});
|
||||
|
||||
if (!sync_setup.isSyncSetup) {
|
||||
|
||||
Reference in New Issue
Block a user