Move to eslint
This commit is contained in:
parent
a22046d166
commit
a15871560f
390 changed files with 3950 additions and 3615 deletions
|
@ -72,7 +72,7 @@ async function run () {
|
|||
await JobQueue.Instance.init()
|
||||
|
||||
for (const d of dataInput) {
|
||||
await JobQueue.Instance.createJob({ type: 'video-transcoding', payload: d })
|
||||
await JobQueue.Instance.createJobWithPromise({ type: 'video-transcoding', payload: d })
|
||||
console.log('Transcoding job for video %s created.', video.uuid)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue