mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
many small issues found by intellij analysis
This commit is contained in:
@@ -116,7 +116,7 @@ async function doLogin() {
|
||||
|
||||
const lastSyncedPull = getLastSyncedPull();
|
||||
|
||||
// this is important in a scenario where we setup the sync by manually copying the document
|
||||
// this is important in a scenario where we set up the sync by manually copying the document
|
||||
// lastSyncedPull then could be pretty off for the newly cloned client
|
||||
if (lastSyncedPull > resp.maxEntityChangeId) {
|
||||
log.info(`Lowering last synced pull from ${lastSyncedPull} to ${resp.maxEntityChangeId}`);
|
||||
|
||||
Reference in New Issue
Block a user