LewisArdern/bXSS

View on GitHub
server/utilities/services/sms.js

Summary

Maintainability
A
0 mins
Test Coverage

Function send has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

exports.send = (guid, domain, config) => {
  if (
    !config.isValid({
      'twilio.accountSid': 'string',
      'twilio.authToken': 'string',
Severity: Minor
Found in server/utilities/services/sms.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status