src/actions/scrobble.js
Function requestScrobble
has 36 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export function requestScrobble(data) {
return (dispatch, getState) => {
const { currentScrobble, currentList } = getState();
if (!_.isEqual(currentScrobble, data)) {
request