Skip to content

Commit

Permalink
Update 404-links.js
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierodo committed Jun 26, 2024
1 parent fa32035 commit dd73421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 404-links.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ stream
options.log(` * ${chalk.red(err.status)} - ${chalk.underline(err.url)} in the file ${chalk.yellow(err.file + ':' + err.line)}`)
})

if (this.options.pullRequestReview) {
if (options.pullRequestReview) {
await pullRequest(this.errors)
}

Expand Down

0 comments on commit dd73421

Please sign in to comment.