Skip to content

Commit

Permalink
RC #291 - Updating /events API params
Browse files Browse the repository at this point in the history
  • Loading branch information
dleadbetter committed Aug 12, 2024
1 parent 6ed6e73 commit 47bc8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core-data/src/components/FacetTimeline.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const FacetTimeline = (props: Props) => {

setTimer(() => (
EventsService
.fetchAll({ min: range[0], max: range[1] })
.fetchAll({ min_year: range[0], max_year: range[1] })
.then(onLoad)
));
}, [max, min, range]);
Expand Down

0 comments on commit 47bc8e3

Please sign in to comment.