diff options
Diffstat (limited to 'src/modules/location')
| -rw-r--r-- | src/modules/location/index.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/modules/location/index.ts b/src/modules/location/index.ts index 97423b83..c39711b7 100644 --- a/src/modules/location/index.ts +++ b/src/modules/location/index.ts @@ -203,7 +203,9 @@ export class LocationModule { * @since 8.0.0 */ street(): string { - return this.faker.helpers.fake(this.faker.definitions.location.street); + return this.faker.helpers.fake( + this.faker.definitions.location.street_pattern + ); } /** |
