Skip to content

Commit

Permalink
Merge pull request KelvinTegelaar#3154 from KelvinTegelaar/dev
Browse files Browse the repository at this point in the history
const to let
  • Loading branch information
KelvinTegelaar authored Jan 13, 2025
2 parents 23cc692 + 94378e8 commit e08ef0e
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 e08ef0e

Please sign in to comment.