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 } }[]; }> {