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
.log_err()
.ok()
.flatten()
.and_then(|ai| ai.value);
let Some(input) = current_input else {