fix(core): point the placement marker at the decision that covers placement

This commit is contained in:
Wanjohi
2026-09-04 23:03:05 +03:00
parent ecebc528ae
commit 4eff67a11a
+1 -1
View File
@@ -55,7 +55,7 @@ export namespace Placement {
} }
if (hosts.length > 1) { if (hosts.length > 1) {
// Not a caller error: the request is fine and the system cannot yet // 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( throw new VisibleError(
'internal', 'internal',
ErrorCodes.Server.SERVICE_UNAVAILABLE, ErrorCodes.Server.SERVICE_UNAVAILABLE,