ensure newline at end of file in notifications-client.ts

This commit is contained in:
Raj Nandan Sharma
2026-06-19 11:24:09 +05:30
parent 5021e01018
commit 3503e73f56
+1 -1
View File
@@ -16,4 +16,4 @@ export async function requestNotifications(monitorTags: string[] = []): Promise<
const payload = (await response.json()) as NotificationsResponse;
return payload.notifications || [];
}
}