Skip to content

Commit

Permalink
style: fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
pjsier committed Nov 7, 2024
1 parent e007f61 commit ddceec1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions client/src/actions/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,6 @@ export function handleAllTotalsQuery(year) {
const res = await APISearchQueryFromRoute(
`/api/general?type=all-totals&year=${year}`
)
const yearRecord = res.speculationByYear.find(
({ year: recYear }) => +year == recYear
)

dispatch(
updateAllTotals({
Expand Down

0 comments on commit ddceec1

Please sign in to comment.