Skip to content

Commit e933050

Browse files
fix
1 parent 41102e2 commit e933050

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/desktop/src-tauri/src/upload.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,6 @@ pub async fn create_or_get_video(
210210
name: Option<String>,
211211
meta: Option<S3VideoMeta>,
212212
) -> Result<S3UploadMeta, AuthedApiError> {
213-
return Err(AuthedApiError::Other("A made up error".into())); // TODO
214-
215213
let mut s3_config_url = if let Some(id) = video_id {
216214
format!("/api/desktop/video/create?recordingMode=desktopMP4&videoId={id}")
217215
} else if is_screenshot {

0 commit comments

Comments
 (0)