Merge branch 'refactor/use-database-for-session-managemnet' of https://github.com/siteboon/claudecodeui into refactor/use-database-for-session-managemnet

This commit is contained in:
Haileyesus
2026-04-27 21:39:56 +03:00
2 changed files with 1 additions and 3 deletions

View File

@@ -64,7 +64,7 @@ export const notificationPreferencesDb = {
return defaults;
}
let parsed: unknown = DEFAULT_NOTIFICATION_PREFERENCES;
let parsed: unknown;
try {
parsed = JSON.parse(row.preferences_json);
} catch {