diff --git a/src/lib/notif.ts b/src/lib/notif.ts index 61fe9e2..8e368b6 100644 --- a/src/lib/notif.ts +++ b/src/lib/notif.ts @@ -2,5 +2,5 @@ export interface Notification { id: number, text: string, date: Date, - status: { username: string, status: string }[], + status: string[], } \ No newline at end of file diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 2ff4e94..1210c0c 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -1,8 +1,6 @@