Skip to content

Commit

Permalink
fix(graph): CT last 10 years should not include year_min
Browse files Browse the repository at this point in the history
  • Loading branch information
annelhote committed Jan 9, 2025
1 parent 2c25125 commit 0c7d502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/chartFetchOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,7 @@ export default function getFetchOptions({
{
range: {
study_completion_year: {
gte: yearMin,
gt: yearMin,
lte: yearMax,
},
},
Expand Down

0 comments on commit 0c7d502

Please sign in to comment.