Morning guys! What's the best way in your opinion ...
# arrow
n
Morning guys! What's the best way in your opinion to deal with a situation where I have two different api calls, both returning an Either<Error, String>, and the second one needs to be called only when the first one returns an error?