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

[SD-235] fix controller

parent 9b5bba27
No related branches found
No related tags found
1 merge request!562Resolve SD-235 "Feat/ booth screen video"
......@@ -24,7 +24,7 @@ export class VideosController {
@Post('generate-booth-videos/:competitionUUID')
@AssertStaffPrivilege(StaffPrivilegeKind.CAN_MANAGE_TEAMS)
async generateBoothVideos(
@Param('competitionUUID') params: CompetitionUUIDParams,
@Param() params: CompetitionUUIDParams,
@Auth() auth: IAuthentication,
): Promise<Job<BatchProcessVideosJobPayload>> {
return await this.jobQueue.createGenerateBoothVideosJob({
......
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