SpeciesFileGroup/taxonworks

View on GitHub
app/javascript/vue/adapters/makeCollectingEvent.js

Summary

Maintainability
A
1 hr
Test Coverage

Function makeCollectingEvent has 45 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function makeCollectingEvent (ceData = {}) {
  return {
    id: ceData.id,
    globalId: ceData.global_id,
    printLabel: ceData.print_label,
Severity: Minor
Found in app/javascript/vue/adapters/makeCollectingEvent.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status