FarmBot/Farmbot-Web-App

View on GitHub
frontend/api/delete_points.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function deletePoints has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function deletePoints(
  pointName: string,
  query: Partial<Point>,
  cb?: ProgressCallback): Thunk {
  // TODO: Generalize and add to api/crud.ts
Severity: Minor
Found in frontend/api/delete_points.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status