modules/mqtt.js

Summary

Maintainability
A
3 hrs
Test Coverage

Function exports has 92 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function (app) {
  'use strict';
  return function (client) {
    var userInfo = {};
    var self = this;
Severity: Major
Found in modules/mqtt.js - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status