dappros/ethora

View on GitHub

Showing 502 of 8,855 total issues

Avoid too many return statements within this function.
Open

        return userDatalist[userIndex].data;
Severity: Major
Found in bots/merchantBot/actions.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

            return sendMessage(
                handlerData,
                handlerData.receiverData.senderFirstName + ", you’re in!",
                'message',
                false,
Severity: Major
Found in bots/raffle/router.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

        return result;
Severity: Major
Found in client-web/src/components/Chat/Messages/MessageDefault.tsx - About 30 mins to fix

Avoid too many return statements within this function.
Open

    return false;
Severity: Major
Found in bots/merchantBot/actions.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

            return botInitiate(handlerData);
Severity: Major
Found in bots/raffle/router.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

            return helpHandler(handlerData);
Severity: Major
Found in bots/questionnaire/router.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

            return storeItemHandler(handlerData)
Severity: Major
Found in bots/huthut/router.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

            return searchItemsHandler(handlerData)
Severity: Major
Found in bots/huthut/router.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

            return userDatalist[userIndex].sendCoins;
Severity: Major
Found in bots/merchantBot/actions.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

            return leaveHandler(handlerData);
Severity: Major
Found in bots/questionnaire/router.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

                return sendMessage(
                    handlerData,
                    'You have not transferred enough coins, please add '+lastCost+' more coins.',
                    'message',
                    false,
Severity: Major
Found in bots/merchantBot/router.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

        return requestItem(handlerData);
Severity: Major
Found in bots/raffle/router.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

                return errorHandler(handlerData);
Severity: Major
Found in bots/huthut/router.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

            return userDatalist[userIndex].itemData;
Severity: Major
Found in bots/merchantBot/actions.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

            return userDatalist[userIndex].itemDataIndex;
Severity: Major
Found in bots/merchantBot/actions.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

        return data;
Severity: Major
Found in bots/merchantBot/actions.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

            return sendMessage(
                handlerData,
                messages.visitingHut.tnxForTransaction,
                'message',
                false,
Severity: Major
Found in bots/huthut/router.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

            return userDatalist[userIndex].deleteItem;
Severity: Major
Found in bots/merchantBot/actions.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

  return result;
Severity: Major
Found in client-web/src/utils/index.ts - About 30 mins to fix

Avoid too many return statements within this function.
Open

                return mintItem(handlerData)
Severity: Major
Found in bots/merchantBot/router.js - About 30 mins to fix
Severity
Category
Status
Source
Language