Skip to content

Commit

Permalink
Fixed linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
hudson-newey committed Nov 29, 2023
1 parent a2ab9a4 commit a71c06b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/services/baw-api/baw-api.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { CacheSettings, CACHE_SETTINGS } from "@services/cache/cache-settings";
import { API_ROOT } from "@services/config/config.tokens";
import { ToastrService } from "ngx-toastr";
import { Observable, identity, iif, of, throwError } from "rxjs";
import { catchError, concatMap, map, mergeMap, switchMap, tap } from "rxjs/operators";
import { catchError, concatMap, map, switchMap, tap } from "rxjs/operators";
import { IS_SERVER_PLATFORM } from "src/app/app.helper";
import { BawSessionService } from "./baw-session.service";

Expand Down

0 comments on commit a71c06b

Please sign in to comment.