diff --git a/packages/host/apiproxy/src/api-proxy.ts b/packages/host/apiproxy/src/api-proxy.ts index 43ba8cd05c..887e33d6b5 100644 --- a/packages/host/apiproxy/src/api-proxy.ts +++ b/packages/host/apiproxy/src/api-proxy.ts @@ -805,11 +805,7 @@ function projectionsFor(ctx: Context, session: Session): SessionProjectionsBlock * empty value set — yields an absent block: a listing without projections * is degraded, never broken. */ -function listProjectionsFor( - ctx: Context, - meta: SessionHeader, - session: Session | undefined, -): SessionProjectionsBlock | undefined { +function listProjectionsFor(ctx: Context, meta: SessionHeader, session: Session | undefined): SessionProjectionsBlock | undefined { try { const block = session !== undefined ? ctx.get('sessionProjections')?.snapshot(session)