fossasia/susi_slackbot

View on GitHub
index.js

Summary

Maintainability
A
45 mins
Test Coverage

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

    There are no issues that match your filters.

    Category
    Status