mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
converted all timestamps to string representation
This commit is contained in:
@@ -30,7 +30,7 @@ async function addEntitySync(entityName, entityId, sourceId) {
|
||||
await sql.replace("sync", {
|
||||
entity_name: entityName,
|
||||
entity_id: entityId,
|
||||
sync_date: utils.nowTimestamp(),
|
||||
sync_date: utils.nowDate(),
|
||||
source_id: sourceId || source_id.currentSourceId
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user