mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2026-09-03 20:53:09 -05:00
Fix typo
This commit is contained in:
@@ -125,7 +125,7 @@ async function processTask (options: TaskProcessorOptions) {
|
|||||||
const { task } = options
|
const { task } = options
|
||||||
|
|
||||||
const processor = taskProcessors[options.task.name]
|
const processor = taskProcessors[options.task.name]
|
||||||
if (!process) throw new Error('Unknown task ' + task.name)
|
if (!processor) throw new Error('Unknown task ' + task.name)
|
||||||
|
|
||||||
return processor(options)
|
return processor(options)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user