Skip to content

Commit

Permalink
Update tasks.service.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bistaastha authored Apr 30, 2024
1 parent 8ace313 commit c7eb6d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/core/services/tasks.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ export class TasksService {

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

Expand Down

0 comments on commit c7eb6d7

Please sign in to comment.