dappros/ethora

View on GitHub
bots/huthut/handlers/help.js

Summary

Maintainability
A
1 hr
Test Coverage

Function helpHandler has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const helpHandler = (data) => {
    console.log('=> helpHandler | Message received from ', data.receiver, data.message);

    if(data.userStep === 1){
        return sendMessage(
Severity: Minor
Found in bots/huthut/handlers/help.js - About 1 hr to fix

There are no issues that match your filters.

Category
Status