Showing 4,862 of 4,862 total issues
Avoid too many return
statements within this function. Open
Open
return <GetSessionEndpointTransientError />;
Avoid too many return
statements within this function. Open
Open
return "none";
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 { ...state };
Avoid too many return
statements within this function. Open
Open
return state;
Avoid too many return
statements within this function. Open
Open
return {
...state,
processingResult: action.payload,
status: "enabled"
};
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;
Avoid too many return
statements within this function. Open
Open
return {
...state,
inbox: {
...state.inbox,
data: pot.toError(state.inbox.data, {
Avoid too many return
statements within this function. Open
Open
return {
...state,
archive: {
...state.archive,
data: pot.toError(state.archive.data, {
Avoid too many return
statements within this function. Open
Open
return;
Avoid too many return
statements within this function. Open
Open
return state;
Avoid too many return
statements within this function. Open
Open
return {
...state,
inbox: {
...state.inbox,
data: pot.toError(state.inbox.data, {
Avoid too many return
statements within this function. Open
Open
return {
...state,
fromArchiveToInbox: duplicateSetAndRemove(
state.fromArchiveToInbox,
action.payload.messageId
Avoid too many return
statements within this function. Open
Open
return {
...state,
initiativesWithInstrument: pot.some(action.payload),
initiativesAwaitingStatusUpdate: initiativesToKeepInLoadingState
};
Avoid too many return
statements within this function. Open
Open
return "unpaid";
Avoid too many return
statements within this function. Open
Open
return {
...state,
archive: remove(message, state.archive),
inbox: insert(message, state.inbox),
latestMessageOperation: E.left({
Avoid too many return
statements within this function. Open
Open
return state;