Skip to content

Commit

Permalink
fix: my expenses complete method typeerror (#3173)
Browse files Browse the repository at this point in the history
* complete method typeerror fix

* fixing the complete undefined error

* fix complete method undefined typeerror

---------

Co-authored-by: Madhusudan Shekhawat <[email protected]>
  • Loading branch information
Madhusudan092001 and Madhusudan Shekhawat authored Aug 16, 2024
1 parent 7716cc9 commit a195076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/fyle/my-expenses/my-expenses.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,7 @@ export class MyExpensesPage implements OnInit {
this.loadExpenses$.next(params);

setTimeout(() => {
event?.target?.complete();
event?.target?.complete?.();
}, 1000);
}

Expand Down

0 comments on commit a195076

Please sign in to comment.