nponiros/bookmarks_manager

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

Summary

Maintainability
A
1 hr
Test Coverage

Function initSyncStatusListeners has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function initSyncStatusListeners() {
  return (dispatch) => {
    syncClient.getStatuses()
        .then((statuses) => {
          dispatch({
Severity: Minor
Found in app/src/actions/sync_status.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status