dappros/ethora

View on GitHub

Showing 8,855 of 8,855 total issues

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].data;
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 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 sendMessage(
            handlerData,
            messages.informationAboutCompany,
            'message',
            false,
Severity: Major
Found in bots/autoResponder/router.js - 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 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 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 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 userDatalist[userIndex].otherData;
Severity: Major
Found in bots/merchantBot/actions.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 helpHandler(handlerData);
Severity: Major
Found in bots/autoResponder/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 sendMessage(
                handlerData,
                messages.exampleBotMessage.tnxForTransaction,
                'message',
                false,
Severity: Major
Found in bots/autoResponder/router.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

        return
Severity: Major
Found in bots/createBot/src/index.create.ts - About 30 mins to fix

Avoid too many return statements within this function.
Open

        return
Severity: Major
Found in bots/createBot/src/index.create.ts - About 30 mins to fix

Avoid too many return statements within this function.
Open

        return;
Severity: Major
Found in bots/exportToUSDC/src/index.exportToUSDC.ts - About 30 mins to fix

Avoid too many return statements within this function.
Open

        return;
Severity: Major
Found in bots/exportToUSDC/src/index.exportToUSDC.ts - About 30 mins to fix

Avoid too many return statements within this function.
Open

            return;
Severity: Major
Found in client-reactnative/src/helpers/chat/inputUtils.ts - About 30 mins to fix
Severity
Category
Status
Source
Language