orizens/echoes-player

View on GitHub
src/app/core/store/now-playlist/now-playlist.reducer.ts

Summary

Maintainability
A
2 hrs
Test Coverage

Function nowPlaylist has 57 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function nowPlaylist(
  state: INowPlaylist = initialState,
  action: UnsafeAction
): INowPlaylist {
  switch (action.type) {
Severity: Major
Found in src/app/core/store/now-playlist/now-playlist.reducer.ts - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status