dappros/ethora

View on GitHub
bots/questionnaire/handlers/question.js

Summary

Maintainability
A
1 hr
Test Coverage

Function questionHandler has 41 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const questionHandler = (data) => {
    getListQuestions().then(result => {
        let questions = result;
        getListAnswers(data.receiver).then(result => {
            if(questions.length === result.length){
Severity: Minor
Found in bots/questionnaire/handlers/question.js - About 1 hr to fix

There are no issues that match your filters.

Category
Status