Skip to content

Commit

Permalink
Remove color field again
Browse files Browse the repository at this point in the history
  • Loading branch information
tinexw committed Sep 1, 2020
1 parent 806758f commit 29c1576
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/product/product.js
Expand Up @@ -4,8 +4,7 @@ class Product {
this.type = type;
this.name = name;
this.version = version;
this.color = "red";
}
}

module.exports = Product;
module.exports = Product;

0 comments on commit 29c1576

Please sign in to comment.