We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41102e2 commit e933050Copy full SHA for e933050
apps/desktop/src-tauri/src/upload.rs
@@ -210,8 +210,6 @@ pub async fn create_or_get_video(
210
name: Option<String>,
211
meta: Option<S3VideoMeta>,
212
) -> Result<S3UploadMeta, AuthedApiError> {
213
- return Err(AuthedApiError::Other("A made up error".into())); // TODO
214
-
215
let mut s3_config_url = if let Some(id) = video_id {
216
format!("/api/desktop/video/create?recordingMode=desktopMP4&videoId={id}")
217
} else if is_screenshot {
0 commit comments