rimiti/invoice-it

View on GitHub
src/classes/recipient.js

Summary

Maintainability
A
0 mins
Test Coverage

Recipient has 22 functions (exceeds 20 allowed). Consider refactoring.
Wontfix

export default class Recipient extends Common {
  constructor(recipient) {
    super();
    this.hydrate(recipient, this._itemsToHydrate());
  }
Severity: Minor
Found in src/classes/recipient.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status