Skip to content

Commit

Permalink
fix(random): remove deprecated method usage (#1865)
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT committed Feb 22, 2023
1 parent 5f95aca commit 25bd847
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/modules/random/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ export class RandomModule {
this.faker.commerce.productMaterial,
this.faker.commerce.productName,

this.faker.company.bsAdjective,
this.faker.company.bsBuzz,
this.faker.company.bsNoun,
this.faker.company.buzzAdjective,
this.faker.company.buzzNoun,
this.faker.company.buzzVerb,
this.faker.company.catchPhraseAdjective,
this.faker.company.catchPhraseDescriptor,
this.faker.company.catchPhraseNoun,
Expand Down

0 comments on commit 25bd847

Please sign in to comment.