SpeciesFileGroup/taxonworks

View on GitHub
app/javascript/vue/tasks/uniquify/people/store/actions/processMerge.js

Summary

Maintainability
A
1 hr
Test Coverage

Function processMerge has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  function processMerge(mergeList) {
    const mergePerson = mergeList.pop()
    state.requestState.isMerging = true

    People.merge(selectedPerson.id, {

    There are no issues that match your filters.

    Category
    Status