Skip to content

Commit

Permalink
removed extra character
Browse files Browse the repository at this point in the history
  • Loading branch information
vedina committed Jul 18, 2024
1 parent 45e5f8c commit a4bc2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function App() {

const metadataQuery = `${
import.meta.env.VITE_BaseURL
}query?q=${qQuery}&img=thumbnail&query_type=${query_type}t&q_reference=${reference}&q_provider=${provider}&q_instrument=${instrument}&q_wavelength=${wavelengths}&page=${pages}&pagesize=${pagesize}&ann=${
}query?q=${qQuery}&img=thumbnail&query_type=${query_type}&q_reference=${reference}&q_provider=${provider}&q_instrument=${instrument}&q_wavelength=${wavelengths}&page=${pages}&pagesize=${pagesize}&ann=${
imageData?.cdf
}`;

Expand Down

0 comments on commit a4bc2c4

Please sign in to comment.