fossasia/susi_slackbot

View on GitHub

Showing 1 of 1 total issue

Avoid deeply nested control flow statements.
Open

                            if(index===0){
                                msg = action.expression;
                                rtm.sendMessage(msg, channel);
                            } else{
                                msg = "";
Severity: Major
Found in index.js - About 45 mins to fix
    Severity
    Category
    Status
    Source
    Language