diff --git a/src/lib/client/notifications-client.ts b/src/lib/client/notifications-client.ts index 3911276f..f549eb36 100644 --- a/src/lib/client/notifications-client.ts +++ b/src/lib/client/notifications-client.ts @@ -16,4 +16,4 @@ export async function requestNotifications(monitorTags: string[] = []): Promise< const payload = (await response.json()) as NotificationsResponse; return payload.notifications || []; -} \ No newline at end of file +}