Skip to content

Commit

Permalink
Include active fires from previous season (#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhlevi authored Apr 3, 2023
1 parent baf87d3 commit 40bffc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export class IncidentsEffect {
return this.incidentListService.getWildfireIncidentList(
undefined,
searchText,
[`${currentFireYear}`],
[`${currentFireYear-1}`, `${currentFireYear}`],
undefined,
undefined,
undefined,
Expand Down

0 comments on commit 40bffc5

Please sign in to comment.