From 4eff67a11a66c28c789f25ebf312077b0b58ad3c Mon Sep 17 00:00:00 2001 From: Wanjohi Date: Fri, 4 Sep 2026 23:03:05 +0300 Subject: [PATCH] fix(core): point the placement marker at the decision that covers placement --- packages/core/src/box/placement.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/box/placement.ts b/packages/core/src/box/placement.ts index 64f7d972..28547a28 100644 --- a/packages/core/src/box/placement.ts +++ b/packages/core/src/box/placement.ts @@ -55,7 +55,7 @@ export namespace Placement { } if (hosts.length > 1) { // Not a caller error: the request is fine and the system cannot yet - // answer it. An orchestrator is what closes this. todo(d-0048) + // answer it. An orchestrator is what closes this. todo(d-0014) throw new VisibleError( 'internal', ErrorCodes.Server.SERVICE_UNAVAILABLE,