diff options
Diffstat (limited to 'src/modules/random')
| -rw-r--r-- | src/modules/random/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/random/index.ts b/src/modules/random/index.ts index 997583c1..474e8ca6 100644 --- a/src/modules/random/index.ts +++ b/src/modules/random/index.ts @@ -123,7 +123,7 @@ export class RandomModule extends ModuleBase { '_', '-', ]; - let result: string; + let result = ''; let iteration = 0; |
