nponiros/bookmarks_manager

View on GitHub
app/src/actions/load_items.js

Summary

Maintainability
A
1 hr
Test Coverage

Function loadItems has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function loadItems(parentID = 'noparent') {
  return (dispatch) => {
    const foldersPromise = syncClient
      .folders
      .where({ parentID })
Severity: Minor
Found in app/src/actions/load_items.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status