Format the social pack (#96)
All checks were successful
CD / Build and push images (push) Successful in 2m41s
CD / Deploy to Test (push) Successful in 9s
CI / Lint, typecheck, test (push) Successful in 3m34s
CI / Build container images (push) Has been skipped
CD / Smoke tests against Test (push) Successful in 1m11s
CD / Promote to Int (push) Successful in 11s
CI / Auth e2e pack (push) Successful in 5m35s
CI / Import/export fidelity gate (push) Successful in 45s

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01EwZ4jR4KFAPvpjWevfUGX1
This commit is contained in:
Claude Fable 5 2026-07-12 00:02:12 +02:00
parent f28913e9ce
commit 92c71c3f12

View File

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