Skip to content

Commit

Permalink
Merge pull request #22878 from qmonmert/fakerjscolor
Browse files Browse the repository at this point in the history
Fakerjs 8: commerce.color is deprecated
  • Loading branch information
DanielFran authored Jul 16, 2023
2 parents 3c897f5 + 5953fb8 commit eff653d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/base-application/support/prepare-field.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const fakeStringTemplateForFieldName = columnName => {
} else if (columnName === 'country_code') {
fakeTemplate = 'location.countryCode';
} else if (columnName === 'color') {
fakeTemplate = 'commerce.color';
fakeTemplate = 'color.human';
} else if (columnName === 'account') {
fakeTemplate = 'finance.account';
} else if (columnName === 'account_name') {
Expand Down

0 comments on commit eff653d

Please sign in to comment.