diff options
Diffstat (limited to 'server/lib/request/request-video-event-scheduler.ts')
-rw-r--r-- | server/lib/request/request-video-event-scheduler.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/server/lib/request/request-video-event-scheduler.ts b/server/lib/request/request-video-event-scheduler.ts index c9d165117..4bb76f4c9 100644 --- a/server/lib/request/request-video-event-scheduler.ts +++ b/server/lib/request/request-video-event-scheduler.ts | |||
@@ -7,9 +7,10 @@ import { | |||
7 | REQUESTS_VIDEO_EVENT_LIMIT_PER_POD, | 7 | REQUESTS_VIDEO_EVENT_LIMIT_PER_POD, |
8 | REQUEST_VIDEO_EVENT_ENDPOINT | 8 | REQUEST_VIDEO_EVENT_ENDPOINT |
9 | } from '../../initializers' | 9 | } from '../../initializers' |
10 | import { RequestVideoEventType } from '../../../shared' | ||
10 | 11 | ||
11 | export type RequestVideoEventSchedulerOptions = { | 12 | export type RequestVideoEventSchedulerOptions = { |
12 | type: string | 13 | type: RequestVideoEventType |
13 | videoId: string | 14 | videoId: string |
14 | count?: number | 15 | count?: number |
15 | transaction?: Sequelize.Transaction | 16 | transaction?: Sequelize.Transaction |