diff --git a/src/main.ts b/src/main.ts index 67fd471..b0fc2d7 100644 --- a/src/main.ts +++ b/src/main.ts @@ -398,14 +398,15 @@ export default class OmnivorePlugin extends Plugin { } } - manualSync && new Notice('🎉 Sync completed') - this.settings.syncAt = DateTime.local().toFormat(DATE_FORMAT) if (!hasNextPage) { break } } + + console.log('obsidian-omnivore sync completed', this.settings.syncAt) + manualSync && new Notice('🎉 Sync completed') } catch (e) { new Notice('Failed to fetch items') console.error(e)