Skip to content

Commit

Permalink
Merge pull request #965 from dadiorchen/date-format
Browse files Browse the repository at this point in the history
Filter by distance
  • Loading branch information
dadiorchen authored Nov 30, 2022
2 parents 0f17a6d + 0e9f508 commit 36013a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "treetracker-admin-client",
"version": "1.107.11",
"version": "1.107.12",
"private": true,
"dependencies": {
"@date-io/date-fns": "^1.3.13",
Expand Down
2 changes: 1 addition & 1 deletion src/api/treeTrackerApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export default {

const req = `${TREETRACKER_API}/captures?tree_associated=false&limit=${1}&offset=${
currentPage - 1
}&${where}`;
}&${where}&matchting_tree_distance=6&matchting_tree_time_range=30`;

return fetch(req, {
headers: {
Expand Down

0 comments on commit 36013a8

Please sign in to comment.