fix build

This commit is contained in:
Matt Hill
2026-03-19 18:00:22 -06:00
parent 2999d22d2a
commit 56cb3861bc

View File

@@ -152,7 +152,6 @@ impl ServiceActorSeed {
) )
.await .await
.log_err() .log_err()
.ok()
.flatten() .flatten()
.and_then(|ai| ai.value); .and_then(|ai| ai.value);
let Some(input) = current_input else { let Some(input) = current_input else {