Skip to content

Commit

Permalink
testing looping
Browse files Browse the repository at this point in the history
  • Loading branch information
katiegoines committed Jun 10, 2024
1 parent b4db813 commit 67a30ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/validate-redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ module.exports = {

errors.push(errorMessage);
redirects = redirects.splice(error.instancePath.slice(1, -7) + 1);
console.log(error)
console.log(errors)

validateEntries(redirects);
} else if (valid && errors.length > 0) {
Expand Down

0 comments on commit 67a30ea

Please sign in to comment.