aboutsummaryrefslogtreecommitdiff
path: root/src/modules/git
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/git')
-rw-r--r--src/modules/git/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/git/index.ts b/src/modules/git/index.ts
index 336da820..2ea65063 100644
--- a/src/modules/git/index.ts
+++ b/src/modules/git/index.ts
@@ -145,7 +145,7 @@ export class GitModule {
// Timezone offset
dateParts.push(
GIT_TIMEZONE_FORMAT.format(
- this.faker.datatype.number({ min: -11, max: 12 }) * 100
+ this.faker.number.int({ min: -11, max: 12 }) * 100
)
);