SpeciesFileGroup/taxonworks

View on GitHub
app/javascript/vue/tasks/observation_matrices/dashboard/components/shared/extendButton.js

Summary

Maintainability
A
1 hr
Test Coverage

Function addRows has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    addRows(matrixId) {
      const promises = []
      const data = this.otuIds.map((id) => ({
        observation_matrix_id: matrixId,
        observation_object_id: id,

    There are no issues that match your filters.

    Category
    Status