diff options
Diffstat (limited to 'src/modules/lorem')
| -rw-r--r-- | src/modules/lorem/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/lorem/index.ts b/src/modules/lorem/index.ts index ca71afdf..1f9ba026 100644 --- a/src/modules/lorem/index.ts +++ b/src/modules/lorem/index.ts @@ -327,7 +327,7 @@ export class LoremModule extends ModuleBase { const method = this.faker.helpers.arrayElement(methods); - return `${this[method]()}`; + return this[method](); } /** |
