Skip to content
Snippets Groups Projects
Commit e14e5c82 authored by Tianyi Liang's avatar Tianyi Liang
Browse files

[SD-235] fix queue

parent b6b4d523
No related branches found
No related tags found
1 merge request!562Resolve SD-235 "Feat/ booth screen video"
......@@ -72,7 +72,7 @@ export class VideosJobQueue {
payload: ProcessVideoJobPayload,
): Promise<Job<ProcessVideoJobPayload>> {
return await this.queue.add(
VideosJobTypeEnum.GENERATE_BOOTH_VIDEOS_BATCH,
VideosJobTypeEnum.GENERATE_BOOTH_VIDEO,
payload,
{
removeOnComplete: true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment