Skip to content

Commit

Permalink
remove obsolete todo
Browse files Browse the repository at this point in the history
  • Loading branch information
dmstern committed Nov 26, 2018
1 parent db5a7bd commit 635a66e
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 635a66e

Please sign in to comment.