From a494f756812a7e83deeb537e90661f51e67e0e8f Mon Sep 17 00:00:00 2001 From: feruz Date: Tue, 7 May 2024 08:41:17 +0300 Subject: [PATCH] linting --- src/common/components/video-upload-threespeak/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");