aboutsummaryrefslogtreecommitdiff
path: root/src/modules
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/finance/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/finance/index.ts b/src/modules/finance/index.ts
index ddf3fffe..4e0d80ed 100644
--- a/src/modules/finance/index.ts
+++ b/src/modules/finance/index.ts
@@ -345,7 +345,7 @@ export class FinanceModule extends ModuleBase {
options = { length: options };
}
- const { ellipsis, length = 4, parens } = options;
+ const { ellipsis = true, length = 4, parens = true } = options;
let template = this.faker.string.numeric({ length });