orizens/echoes-player

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

Summary

Maintainability
A
1 hr
Test Coverage

Function player has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function player(
  state: IAppPlayer = initialPlayerState,
  action: Actions
): IAppPlayer {
  switch (action.type) {
Severity: Minor
Found in src/app/core/store/app-player/app-player.reducer.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status