Skip to content

Commit

Permalink
refactor: use latest localize version
Browse files Browse the repository at this point in the history
  • Loading branch information
lykmapipo committed Aug 15, 2019
1 parent 633a0d3 commit 9af0438
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/priority.model.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@ const PrioritySchema = createSchema(
name: localize({
type: String,
trim: true,
required: true,
index: true,
searchable: true,
locales,
taggable: true,
exportable: true,
fake: {
generator: 'commerce',
type: 'productName',
Expand Down

0 comments on commit 9af0438

Please sign in to comment.