Skip to content

Commit a0cf540

Browse files
committed
Remove the TODO to always include hasRecTrack in report.json
Per #81 (comment)
1 parent 3f0959f commit a0cf540

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

validate.js

+1-2
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)