From 92c71c3f12d00d1e7a7e7d948a4375a30ae9074b Mon Sep 17 00:00:00 2001 From: Claude Fable 5 Date: Sun, 12 Jul 2026 00:02:12 +0200 Subject: [PATCH] Format the social pack (#96) Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01EwZ4jR4KFAPvpjWevfUGX1 --- apps/web/e2e/social.spec.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/web/e2e/social.spec.ts b/apps/web/e2e/social.spec.ts index 6af1bf7..c98200a 100644 --- a/apps/web/e2e/social.spec.ts +++ b/apps/web/e2e/social.spec.ts @@ -21,9 +21,7 @@ let pondId: string; let pageId: string; let watcherId: string; -async function notificationsFor( - ctx: BrowserContext, -): Promise<{ +async function notificationsFor(ctx: BrowserContext): Promise<{ unreadCount: number; notifications: { type: string; payload: { pageId: string } }[]; }> {