tofuness/Toshocat

View on GitHub
src/actions/scrobble.js

Summary

Maintainability
A
1 hr
Test Coverage

Function requestScrobble has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function requestScrobble(data) {
  return (dispatch, getState) => {
    const { currentScrobble, currentList } = getState();
    if (!_.isEqual(currentScrobble, data)) {
      request
Severity: Minor
Found in src/actions/scrobble.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status