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
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:
parent
f28913e9ce
commit
92c71c3f12
@ -21,9 +21,7 @@ let pondId: string;
|
|||||||
let pageId: string;
|
let pageId: string;
|
||||||
let watcherId: string;
|
let watcherId: string;
|
||||||
|
|
||||||
async function notificationsFor(
|
async function notificationsFor(ctx: BrowserContext): Promise<{
|
||||||
ctx: BrowserContext,
|
|
||||||
): Promise<{
|
|
||||||
unreadCount: number;
|
unreadCount: number;
|
||||||
notifications: { type: string; payload: { pageId: string } }[];
|
notifications: { type: string; payload: { pageId: string } }[];
|
||||||
}> {
|
}> {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user