AlexAegis/loreplotter

View on GitHub
src/app/lore/store/store-facade.service.ts

Summary

Maintainability
B
5 hrs
Test Coverage

StoreFacade has 43 functions (exceeds 20 allowed). Consider refactoring.
Open

@Injectable()
export class StoreFacade {
    // Project
    public lores$ = this.store$.pipe(select(loreQuery.getLores));
    public selectedLore$ = this.store$.pipe(
Severity: Minor
Found in src/app/lore/store/store-facade.service.ts - About 5 hrs to fix

    There are no issues that match your filters.

    Category
    Status