Skip to content

Commit

Permalink
Correct month
Browse files Browse the repository at this point in the history
  • Loading branch information
j08lue authored Sep 27, 2023
1 parent f9ae022 commit 5c7a87d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ type AnyAnalysisParamsType = Date | DatasetLayer[] | FeatureCollection<Polygon>;

const initialState: AnalysisParamsNull = {
start: new Date(2018, 0, 1),
end: new Date(2022, 11, 31),
end: new Date(2022, 12, 31),
datasetsLayers: undefined,
aoi: undefined,
errors: null
Expand Down

0 comments on commit 5c7a87d

Please sign in to comment.