From 5bfe967b3d0b9fbdc33f2a6c592d2430834a1e74 Mon Sep 17 00:00:00 2001 From: Scott Carvalho Date: Thu, 5 Jun 2025 20:23:11 +0000 Subject: [PATCH] docs: clarify lastSyncFailed comment --- src/shared/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/types.ts b/src/shared/types.ts index 2f0b837..03d7eb4 100644 --- a/src/shared/types.ts +++ b/src/shared/types.ts @@ -38,7 +38,7 @@ export interface ReadwisePluginSettings { /** Automatically sync on load */ triggerOnLoad: boolean; - /** Last successful sync status ID */ + /** Whether the last sync failed */ lastSyncFailed: boolean; /** Last successful sync status ID */