diff options
-rw-r--r-- | server/initializers/constants.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/server/initializers/constants.ts b/server/initializers/constants.ts index 6ab4d957a..501e06396 100644 --- a/server/initializers/constants.ts +++ b/server/initializers/constants.ts | |||
@@ -1,5 +1,6 @@ | |||
1 | import { randomInt } from '../../shared/core-utils/miscs/miscs' | ||
1 | import { CronRepeatOptions, EveryRepeatOptions } from 'bull' | 2 | import { CronRepeatOptions, EveryRepeatOptions } from 'bull' |
2 | import { randomBytes, randomInt } from 'crypto' | 3 | import { randomBytes } from 'crypto' |
3 | import { invert } from 'lodash' | 4 | import { invert } from 'lodash' |
4 | import { join } from 'path' | 5 | import { join } from 'path' |
5 | import { | 6 | import { |