SumOfUs/Champaign

View on GitHub
app/javascript/modules/EmailParliament/api.js

Summary

Maintainability
A
1 hr
Test Coverage

Function sendEmail has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const sendEmail = async params => {
  const data = {
    email: {
      body: params.body,
      recipients: params.recipients,
Severity: Minor
Found in app/javascript/modules/EmailParliament/api.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status