Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit a494f75

Browse files
committed
linting
1 parent 7d97170 commit a494f75

File tree

1 file changed

+1
-1
lines changed
  • src/common/components/video-upload-threespeak

1 file changed

+1
-1
lines changed

src/common/components/video-upload-threespeak/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ export const VideoUpload = (props: Props & React.HTMLAttributes<HTMLDivElement>)
208208
videoUrl,
209209
thumbUrl,
210210
activeUser: activeUser!.username,
211-
duration: durationForApiCall,
211+
duration: durationForApiCall
212212
});
213213
props.setShow(false);
214214
setStep("upload");

0 commit comments

Comments
 (0)