1
0
Fork 0

Fix lint and test fixtures

This commit is contained in:
Chocobozzz 2025-03-31 09:33:35 +02:00
parent 034b3eb220
commit 8f7dde01d5
No known key found for this signature in database
GPG key ID: 583A612D890159BE
5 changed files with 2 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 316 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 953 B

After

Width:  |  Height:  |  Size: 186 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View file

@ -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