mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-05-02 10:48:36 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user