update async_tools and flutter bindings

This commit is contained in:
Christien Rioux
2024-06-21 22:58:24 -04:00
parent e638c02465
commit f1bc649eb1
3 changed files with 2 additions and 5 deletions

View File

@@ -686,7 +686,6 @@ impl StorageManager {
opt_watch_node,
)
.await?;
// If we did not get a valid response assume nothing changed
let Some(owvresult) = opt_owvresult else {
apibail_try_again!("did not get a valid response");