Skip to content

Commit

Permalink
fix: #841/fix cicleci error
Browse files Browse the repository at this point in the history
  • Loading branch information
tsvetelina-e-y committed May 20, 2020
1 parent a1e0ede commit f7908ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/api/src/app/product-category/product-category.seed.ts
Expand Up @@ -13,7 +13,6 @@ export const createDefaultProductCategories = async (
for (let i = 0; i < 3; i++) {
const category = new ProductCategory();
category.name = 'product category';
category.organizationId = organization.id;
category.organization = organization;
productCategories.push(category);
}
Expand Down

0 comments on commit f7908ac

Please sign in to comment.