dappros/ethora

View on GitHub

Showing 8,855 of 8,855 total issues

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

Avoid too many return statements within this function.
Open

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

Avoid too many return statements within this function.
Open

            return helpHandler(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.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 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;
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/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 (
        <FileMessage
          url={image as string}
          size={size as string}
          onPress={() => downloadFile(image as string, originalName as string)}
Severity: Major
Found in client-reactnative/src/components/Chat/ChatContainer.tsx - About 30 mins to fix
Severity
Category
Status
Source
Language