Showing 1 of 1 total issue

Function Gcm has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function Gcm(app, conf) {
  const getConf = conf || app.config('gcm');
  if (!getConf) {
    return log('gcm config not found!');
  }
Severity: Minor
Found in index.js - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language