FarmBot/Farmbot-Web-App

View on GitHub
frontend/regimens/bulk_scheduler/actions.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function commitBulkEditor has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function commitBulkEditor(): Thunk {
  return function (dispatch, getState) {
    const resources = getState().resources;
    const { weeks, dailyOffsetMs, selectedSequenceUUID, currentRegimen } =
      resources.consumers.regimens;
Severity: Minor
Found in frontend/regimens/bulk_scheduler/actions.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status