SpeciesFileGroup/taxonworks

View on GitHub
app/javascript/vue/tasks/otu/browse/store/actions/loadDescendants.js

Summary

Maintainability
A
1 hr
Test Coverage

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

function getAllCollectingEvents(taxonNames) {
  return new Promise((resolve, reject) => {
    const chunks = chunkArray(
      Array.from(
        new Set(

    There are no issues that match your filters.

    Category
    Status