Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 12, 2024
1 parent 7b75647 commit bf4e553
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions taxonium_component/src/hooks/useServerBackend.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ function useServerBackend(backend_url, sid, url_on_fail) {
const abortController = new AbortController();

let url =
backend_url +
"/search/?json=" +
encodeURIComponent(JSON.stringify(singleSearch)) +
"&sid=" +
encodeURIComponent(sid);
backend_url +
"/search/?json=" +
encodeURIComponent(JSON.stringify(singleSearch)) +
"&sid=" +
encodeURIComponent(sid);

const xType =
boundsForQueries && boundsForQueries.xType
Expand Down

0 comments on commit bf4e553

Please sign in to comment.