This commit is contained in:
asonix 2023-09-09 17:26:08 -04:00
parent e8588efda7
commit 92a73f0313

View file

@ -217,9 +217,7 @@ where
let handle2 = actix_web::rt::spawn(f2);
handle1.await.expect("verify panic")?;
let res = handle2.await.expect("inner panic");
res
handle2.await.expect("inner panic")
})
} else if self.2 {
Box::pin(ready(Err(VerifyError::new(