Skip to content

Commit

Permalink
const to let
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinTegelaar committed Jan 13, 2025
1 parent b1c9aa5 commit 94378e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const Page = () => {
let reportCount = 0;

for (const [, standard] of Object.entries(combinedStandards)) {
const actions = standard.action || [];
let actions = standard.action || [];
if (!Array.isArray(actions)) {
actions = [actions];
}
Expand Down

0 comments on commit 94378e8

Please sign in to comment.