Skip to content

Commit

Permalink
chore: fix PR feedback getOrFail on saga
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Han committed Dec 15, 2021
1 parent 4926775 commit 873a0c6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,6 @@ export default ({ api, coreSagas, networks }: { api: APIType; coreSagas: any; ne

if (isFlexiblePricingModel) {
buyQuote = S.getBuyQuote(yield select()).getOrFail(NO_QUOTE)
if (!buyQuote) throw new Error(NO_QUOTE)
}
const pair = S.getBSPair(yield select())

Expand Down

0 comments on commit 873a0c6

Please sign in to comment.