dappros/ethora

View on GitHub
bots/raffle/handlers/coins/gettingCoinsHandler.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function gettingCoinsHandler has 57 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const gettingCoinsHandler = (data) => {
    logCurrentHandler('gettingCoinsHandler', data.userJID, data.message);
    const coinAmount = 7;

    if (messageCheck(data.message, botOptions.botData.firstName + ' ' + botOptions.botData.lastName)) {
Severity: Major
Found in bots/raffle/handlers/coins/gettingCoinsHandler.js - About 2 hrs to fix

There are no issues that match your filters.

Category
Status