datacite/bracco

View on GitHub
app/components/index-info.js

Summary

Maintainability
A
1 hr
Test Coverage

Function didReceiveAttrs has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  didReceiveAttrs() {
    this._super(...arguments);

    let promise = new Promise((resolve, reject) => {
      const url = ENV.API_URL + '/providers/' + this.model.get('id') + '/stats';
Severity: Minor
Found in app/components/index-info.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status