Skip to content

Commit

Permalink
Tried a small chang
Browse files Browse the repository at this point in the history
  • Loading branch information
Lol3rrr committed Oct 30, 2023
1 parent fa5d8ad commit be33720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage/replicated.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ where
let pres = pfut.await;
let sres = sfut.await;

pres.or(sres)
pres.ok().or(sres.ok()).ok_or(())
})
}

Expand Down

0 comments on commit be33720

Please sign in to comment.