mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
Fix lint and test fixtures
This commit is contained in:
parent
034b3eb220
commit
8f7dde01d5
5 changed files with 2 additions and 3 deletions
|
@ -31,10 +31,9 @@ type CreateOptions = {
|
|||
priority: number
|
||||
}
|
||||
|
||||
// dprint-ignore
|
||||
// eslint-disable-next-line max-len
|
||||
export class VideoStudioTranscodingJobHandler
|
||||
extends AbstractJobHandler<CreateOptions, RunnerJobUpdatePayload, VideoStudioTranscodingSuccess>
|
||||
{
|
||||
export class VideoStudioTranscodingJobHandler extends AbstractJobHandler<CreateOptions, RunnerJobUpdatePayload, VideoStudioTranscodingSuccess> {
|
||||
async create (options: CreateOptions) {
|
||||
const { video, priority, tasks } = options
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue