Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
feruzm committed May 7, 2024
1 parent 7d97170 commit a494f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/components/video-upload-threespeak/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export const VideoUpload = (props: Props & React.HTMLAttributes<HTMLDivElement>)
videoUrl,
thumbUrl,
activeUser: activeUser!.username,
duration: durationForApiCall,
duration: durationForApiCall
});
props.setShow(false);
setStep("upload");
Expand Down

0 comments on commit a494f75

Please sign in to comment.