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 */