diff --git a/src/common/components/video-upload-threespeak/index.tsx b/src/common/components/video-upload-threespeak/index.tsx index a9f7a849aa6..713a05f4fc2 100644 --- a/src/common/components/video-upload-threespeak/index.tsx +++ b/src/common/components/video-upload-threespeak/index.tsx @@ -208,7 +208,7 @@ export const VideoUpload = (props: Props & React.HTMLAttributes) videoUrl, thumbUrl, activeUser: activeUser!.username, - duration: durationForApiCall, + duration: durationForApiCall }); props.setShow(false); setStep("upload");