Skip to content

Commit

Permalink
remove obsolete todo
Browse files Browse the repository at this point in the history
  • Loading branch information
dmstern committed Sep 6, 2018
1 parent 06f4beb commit cef0c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/Package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export default class Package extends Searchable implements PackageMetaDataDTO {
return this.craftersList;
}
if (this.author) {
this.craftersList.push(new Crafter(this.author)); // TODO: avoid duplicate crafters
this.craftersList.push(new Crafter(this.author));
}
if (this.contributors) {
for (const contributor of this.contributors) {
Expand Down

0 comments on commit cef0c2e

Please sign in to comment.