Skip to content

Commit

Permalink
Remove the TODO to always include hasRecTrack in report.json
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip committed Dec 16, 2019
1 parent 3f0959f commit a0cf540
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions validate.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ async function validate() {
groupRepos[gid].push({
name: r.name,
fullName: fullName(r),
// Only include `hasRecTrack` in report.json if it's true. This is
// simply to match the original structure. TODO: include if false.
// Only include `hasRecTrack` in report.json if it's true.
hasRecTrack: hasRecTrack ? true : undefined,
});
}
Expand Down

0 comments on commit a0cf540

Please sign in to comment.