nukeop/nuclear

View on GitHub
packages/app/app/actions/importfavs.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function fetchAllFmFavorites has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function fetchAllFmFavorites() {
  const storage = store.get('lastFm');
  if (storage) {
    return async dispatch => {
      dispatch({ type: ImportFavs.LASTFM_FAV_IMPORT_START });
Severity: Minor
Found in packages/app/app/actions/importfavs.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status