Skip to content

Commit

Permalink
chore: fix ESLint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Nanne Baars committed Nov 17, 2023
1 parent 987c082 commit ceb5b58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script th:if="${challenge?.challengeNumber == 16}" src="/js/index.js"></script>
<!-- Like this sort of challenges? Try https://juice-shop.herokuapp.com/#/score-board for many more of them! -->
<!-- Like this sort of challenges? Try https://juice-shop.herokuapp.com/#/score-board for many more of them! -->
<script th:if="${challenge?.challengeNumber == 16}">
const password = secret();
const httpRequest = new XMLHttpRequest();
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/wrong-secrets-configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ configurations:
explanation: "explanations/challenge16.adoc"
hint: "explanations/challenge16_hint.adoc"
reason: "explanations/challenge16_reason.adoc"
ui-snippet: "challenges/challenge-16/challenge-16.js"
ui-snippet: "challenges/challenge-16/challenge-16.snippet"
environments: *docker_envs
difficulty: *hard
category: *front
Expand Down Expand Up @@ -527,7 +527,7 @@ configurations:
explanation: "explanations/challenge30.adoc"
hint: "explanations/challenge30_hint.adoc"
reason: "explanations/challenge30_reason.adoc"
ui-snippet: "challenges/challenge-30/challenge-30.js"
ui-snippet: "challenges/challenge-30/challenge-30.snippet"
environments: *docker_envs
difficulty: *normal
category: *front
Expand Down

0 comments on commit ceb5b58

Please sign in to comment.