Skip to content

Commit

Permalink
let -> const
Browse files Browse the repository at this point in the history
  • Loading branch information
andypiper authored Jan 21, 2024
1 parent 183b1ac commit ac341cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/opensearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ router.get('/', async (req, res) => {
const domain = req.app.get('domain');
const searchUrl = `https://${domain}/search`;

let obj = {
const obj = {
OpenSearchDescription: {
$: {
xmlns: 'http://a9.com/-/spec/opensearch/1.1/',
Expand Down

0 comments on commit ac341cc

Please sign in to comment.