Skip to content

Commit

Permalink
Add comment for previousMilestonesLength
Browse files Browse the repository at this point in the history
  • Loading branch information
Arif-Khalid committed Mar 20, 2024
1 parent aa1c98a commit 4221398
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/core/services/filters.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ export class FiltersService {
public filter$ = new BehaviorSubject<Filter>(DEFAULT_FILTER);

private _validateFilter = pipe(this.updateStatusPairing, this.updateTypePairing);

// Helps in determining whether all milestones were selected from previous repo during sanitization of milestones
private previousMilestonesLength = 0;

clearFilters(): void {
Expand Down

0 comments on commit 4221398

Please sign in to comment.