fmt: cargo fmt on set_status launch gate
ci / gates (push) Successful in 5s
ci / frontend (push) Successful in 36s
ci / rust (push) Successful in 3m0s
ci / e2e (push) Skipped
ci / publish (push) Successful in 2m42s

This commit is contained in:
Omar Sobh
2026-07-21 05:27:57 -07:00
parent eb1df6acde
commit c69fb0e4be
+1 -4
View File
@@ -496,10 +496,7 @@ pub async fn set_status(
.any(|v| v.as_array().map(|a| !a.is_empty()).unwrap_or(false)) .any(|v| v.as_array().map(|a| !a.is_empty()).unwrap_or(false))
}) })
.unwrap_or(false); .unwrap_or(false);
if prior.team_id.is_none() if prior.team_id.is_none() && prior.team_template_id.is_none() && !has_phase_teams {
&& prior.team_template_id.is_none()
&& !has_phase_teams
{
eprintln!( eprintln!(
"mission {id}: launch rejected — no team_id, no team_template_id, no config.phase_teams" "mission {id}: launch rejected — no team_id, no team_template_id, no config.phase_teams"
); );