Skip to content

Commit

Permalink
Merge branch 'feature/update-stac-requirements' of https://github.com…
Browse files Browse the repository at this point in the history
…/developmentseed/eoapi-devseed into feature/update-stac-requirements
  • Loading branch information
vincentsarago committed Feb 4, 2025
2 parents f785737 + 67c2aec commit 41b55b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion runtimes/eoapi/stac/eoapi/stac/templates/stac-viewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,6 @@
}

const query = (body) => {
console.log(body)
return fetch('{{ endpoint }}/search', {
method: 'POST',
body: JSON.stringify(body),
Expand Down

0 comments on commit 41b55b2

Please sign in to comment.