fix: rename remaining scrape_pairing_code call site
ci / gates (push) Successful in 6s
ci / frontend (push) Successful in 26s
ci / rust (push) Successful in 4m24s
ci / e2e (push) Skipped
ci / publish (push) Successful in 2m26s

This commit is contained in:
Omar Sobh
2026-07-22 13:51:26 -07:00
parent 54bba1e113
commit 70e7ab3ad6
+1 -1
View File
@@ -125,7 +125,7 @@ impl MissionRuntimeProvisioner {
// Reuse; try to re-scrape the pairing code from logs, // Reuse; try to re-scrape the pairing code from logs,
// but it may have rotated out — caller falls back to // but it may have rotated out — caller falls back to
// the previously-persisted value in that case. // the previously-persisted value in that case.
let pairing_code = self.scrape_pairing_code(&name).await; let pairing_code = self.mint_pairing_code(&name).await;
return Ok(EnsuredContainer { return Ok(EnsuredContainer {
endpoint: endpoint_url(&name), endpoint: endpoint_url(&name),
pairing_code, pairing_code,