From 1fc1bcc5d4d5ac842156cbc00901649dc4c2f624 Mon Sep 17 00:00:00 2001 From: ST-DDT Date: Thu, 28 Dec 2023 15:27:37 +0100 Subject: chore(typescript-eslint): no-useless-template-literals (#2589) --- src/modules/lorem/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/lorem') 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](); } /** -- cgit v1.2.3