Skip to content

Commit

Permalink
reduce reliance on lodash
Browse files Browse the repository at this point in the history
Co-authored-by: Jake Low <[email protected]>
  • Loading branch information
CollinBeczak and jake-low authored Dec 3, 2024
1 parent 08e8d82 commit 583cc0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/Task/BoundedTask.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const fetchBoundedTaskMarkers = function(criteria, limit = 50, skipDispat
const searchParameters = generateSearchParametersString(
filters,
null,
_get(criteria, 'savedChallengesOnly'),
criteria.savedChallengesOnly,
null,
null,
_get(criteria, 'invertFields')
Expand Down

0 comments on commit 583cc0e

Please sign in to comment.