mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
fix build
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user