This commit is contained in:
2025-09-05 01:28:54 +09:00
parent 718ddf3e9d
commit 4671487a3d

View File

@@ -71,8 +71,8 @@ impl IntegratedHttpSward {
receive_result?;
return Ok(());
}
oneshop_result = self.oneshot() => {
if oneshop_result.is_err() {
oneshot_result = self.oneshot() => {
if oneshot_result.is_err() {
self.result_counter.error += 1;
}
}