Skip to content

Commit e73848e

Browse files
Merge pull request #83 from w3c/rm-hasRecTrack-todo
Remove the TODO to always include `hasRecTrack` in report.json
2 parents 3f0959f + a0cf540 commit e73848e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

validate.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,7 @@ async function validate() {
8181
groupRepos[gid].push({
8282
name: r.name,
8383
fullName: fullName(r),
84-
// Only include `hasRecTrack` in report.json if it's true. This is
85-
// simply to match the original structure. TODO: include if false.
84+
// Only include `hasRecTrack` in report.json if it's true.
8685
hasRecTrack: hasRecTrack ? true : undefined,
8786
});
8887
}

0 commit comments

Comments
 (0)