Skip to content

Commit

Permalink
Update reports.service.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bistaastha authored Apr 30, 2024
1 parent 9636e87 commit 65f16e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/core/services/platform/v1/spender/reports.service.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Inject, Injectable } from '@angular/core';
import { Observable, Subject, from, of, range } from 'rxjs';
import { catchError, concatMap, map, mergeMap, reduce, switchMap, tap } from 'rxjs/operators';
import { Observable, range } from 'rxjs';
import { concatMap, map, reduce, switchMap } from 'rxjs/operators';
import { Report } from 'src/app/core/models/platform/v1/report.model';
import { SpenderPlatformV1ApiService } from '../../../spender-platform-v1-api.service';
import { PlatformApiResponse } from 'src/app/core/models/platform/platform-api-response.model';
Expand Down

0 comments on commit 65f16e5

Please sign in to comment.