Showing 4,862 of 4,862 total issues
Avoid too many return
statements within this function. Open
Open
return state;
Avoid too many return
statements within this function. Open
Open
return state;
Avoid too many return
statements within this function. Open
Open
return E.left(getNetworkError(e));
Avoid too many return
statements within this function. Open
Open
return {
...state,
featuredInstitutions: pot.toUpdating(state.featuredInstitutions, {
institutions: []
})
Avoid too many return
statements within this function. Open
Open
return {
...state,
featuredServices: pot.noneLoading
};
Avoid too many return
statements within this function. Open
Open
return true;
Avoid too many return
statements within this function. Open
Open
return yield* put(searchUserBPay.failure(getNetworkError(e)));
Avoid too many return
statements within this function. Open
Open
return;
Avoid too many return
statements within this function. Open
Open
return;
Avoid too many return
statements within this function. Open
Open
return;
Avoid too many return
statements within this function. Open
Open
return;
Avoid too many return
statements within this function. Open
Open
return;
Avoid too many return
statements within this function. Open
Open
return yield* put(addBpayToWalletAction.failure(getNetworkError(e)));
Avoid too many return
statements within this function. Open
Open
return E.right({
params: formData,
state,
url: relyingPartyRedirectUrl
});
Avoid too many return
statements within this function. Open
Open
return yield* put(searchUserPans.failure(getGenericError(new Error(e))));
Avoid too many return
statements within this function. Open
Open
return {
relyingPartyUrl: relyingPartyRedirectUrl,
response: inAppBrowserUrlResponse
};
Avoid too many return
statements within this function. Open
Open
return;
Avoid too many return
statements within this function. Open
Open
return yield* put(
searchUserPans.failure(getGenericError(convertUnknownToError(e)))
);
Avoid too many return
statements within this function. Open
Open
return E.left(getNetworkError(e));
Avoid too many return
statements within this function. Open
Open
return openAuthenticationSession(inAppBrowserRedirectUrl, "", true);