fix(combo): remove stray brace from #9630 error handling

This commit is contained in:
Zartharas
2026-08-07 14:04:54 -05:00
committed by diegosouzapw
parent 918647af69
commit fcc2ee4edd

View File

@@ -3020,7 +3020,8 @@ async function handleRoundRobinCombo({
return new Response(
JSON.stringify({
error: {
message: "Service temporarily unavailable: all targets were skipped by pre-dispatch filters",
message:
"Service temporarily unavailable: all targets were skipped by pre-dispatch filters",
type: "service_unavailable",
code: "ALL_TARGETS_SKIPPED",
},