Skip to content

Commit

Permalink
fix: arrayOfObjects
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperordrup committed Jan 24, 2025
1 parent 933b8a1 commit 375724c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weekdays.html
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ <h3>Friday</h3>
dates = window.dates;

const distinctNames = [
...new Set(arrayOfObjects.map((obj) => dates.assigned)),
...new Set(dates.map((obj) => dates.assigned)),
];

//##dates##
Expand Down

0 comments on commit 375724c

Please sign in to comment.