Skip to content

Commit

Permalink
Update dashboard.service.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bistaastha authored Apr 29, 2024
1 parent d8e2708 commit 210ba44
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/app/fyle/dashboard/dashboard.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,6 @@ export class DashboardService {
);
}

getSpenderReportsStats(): Observable<ReportsStatsResponsePlatform> {
return this.spenderReportsService.getReportsStats({
state: 'eq.DRAFT',
});
}

getReportsStats(): Observable<ReportStats> {
const draftStats = this.spenderReportsService.getReportsStats({
state: 'eq.DRAFT',
Expand Down

0 comments on commit 210ba44

Please sign in to comment.