Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
OasisAkari committed Dec 13, 2023
1 parent 66ab332 commit 365a413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ app.use(require('body-parser').json({
}, section, elements_to_disable)


const el = await page.$('.bot-sectionbox')
let el = await page.$('.bot-sectionbox')
if (el == null) {
res.status(500).json({
message: 'No given elements matches the selector.'
Expand Down

0 comments on commit 365a413

Please sign in to comment.