Skip to content

Commit

Permalink
chore: make 2022 default
Browse files Browse the repository at this point in the history
  • Loading branch information
pjsier committed Oct 3, 2024
1 parent c6eb338 commit 75e0c20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/utils/constants.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const DEFAULT_YEAR = "2021"
export const DEFAULT_YEAR = "2022"
2 changes: 1 addition & 1 deletion server/routes/geojsonSearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ router.get("/", async (req, res) => {
code = null,
place = null,
coordinates = null,
year = "2021",
year = "2022",
} = req.query

let pgData, geoJSON, clientData, praxisDataType
Expand Down

0 comments on commit 75e0c20

Please sign in to comment.