diff options
| author | DivisionByZero <[email protected]> | 2023-04-21 18:45:52 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-21 16:45:52 +0000 |
| commit | 9161a069d06d17f62b6b6d904251fd2102299064 (patch) | |
| tree | 2491e770bcc07b109b4109a9bf87794f96eaa138 /src/modules/random | |
| parent | 2a6f578149aebdb5c375378a778383249e9819f3 (diff) | |
| download | faker-9161a069d06d17f62b6b6d904251fd2102299064.tar.xz faker-9161a069d06d17f62b6b6d904251fd2102299064.zip | |
refactor(location): deprecate cityName (#2070)
Diffstat (limited to 'src/modules/random')
| -rw-r--r-- | src/modules/random/index.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/random/index.ts b/src/modules/random/index.ts index 03f126f8..d0544119 100644 --- a/src/modules/random/index.ts +++ b/src/modules/random/index.ts @@ -53,7 +53,6 @@ export class RandomModule { const wordMethods = [ () => this.faker.location.cardinalDirection(), - this.faker.location.cityName, this.faker.location.country, this.faker.location.county, () => this.faker.location.direction(), |
