Skip to content

Commit

Permalink
fix(core): Fix type error (missing isPrivate property)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Apr 26, 2019
1 parent 9b55c17 commit 4d1cd65
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ export class Importer {
facetEntity = existing;
} else {
facetEntity = await this.facetService.create({
isPrivate: false,
code: normalizeString(facetName, '-'),
translations: [{ languageCode, name: facetName }],
});
Expand Down

0 comments on commit 4d1cd65

Please sign in to comment.