mirror of https://github.com/Chocobozzz/PeerTube
Use our implementation of randomInt
parent
b9da21bd5a
commit
adbf1ed8c4
|
@ -1,5 +1,6 @@
|
||||||
|
import { randomInt } from '../../shared/core-utils/miscs/miscs'
|
||||||
import { CronRepeatOptions, EveryRepeatOptions } from 'bull'
|
import { CronRepeatOptions, EveryRepeatOptions } from 'bull'
|
||||||
import { randomBytes, randomInt } from 'crypto'
|
import { randomBytes } from 'crypto'
|
||||||
import { invert } from 'lodash'
|
import { invert } from 'lodash'
|
||||||
import { join } from 'path'
|
import { join } from 'path'
|
||||||
import {
|
import {
|
||||||
|
|
Loading…
Reference in New Issue