Skip to content

Commit fbc75f3

Browse files
committed
fix: the console pref type.
1 parent cb0ad21 commit fbc75f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/stores/user.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import type { NotificationPrefItem } from '$lib/helpers/notifications';
77
export type Account = Models.User<
88
{
99
organization?: string;
10-
console: Record<string, Models.Preferences>;
10+
console: Models.Preferences;
1111
notificationPrefs: Record<string, NotificationPrefItem>;
1212
} & Record<string, string>
1313
>;

0 commit comments

Comments
 (0)