SpeciesFileGroup/taxonworks

View on GitHub
app/javascript/vue/tasks/field_occurrences/new_field_occurrences/store/citations.js

Summary

Maintainability
A
1 hr
Test Coverage

Function save has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    save({ objectId, objectType }) {
      this.citations.forEach((item) => {
        if (item._destroy) {
          this.remove(item)
        }

    There are no issues that match your filters.

    Category
    Status