Skip to content

Commit 38920c0

Browse files
committed
refac
1 parent 5019af7 commit 38920c0

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/lib/constants/permissions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export const DEFAULT_PERMISSIONS = {
2525
public_skills: false,
2626
notes: false,
2727
public_notes: false,
28+
folders: false,
2829
public_chats: false,
2930
public_calendars: false
3031
},

src/routes/+layout.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@
475475
const type = event?.data?.type ?? null;
476476
const data = event?.data?.data ?? null;
477477
478-
// Calendar alerts are not chat-scoped handle before chat_id checks
478+
// Calendar alerts are not chat-scoped, handle before chat_id checks
479479
if (type === 'calendar:alert' && data) {
480480
const timeStr =
481481
data.minutes_until <= 0

0 commit comments

Comments
 (0)