Skip to content

Commit 1c2dac2

Browse files
fix merge conflict
1 parent 50bc5ed commit 1c2dac2

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,8 @@ pub async fn upload_video(
6363
screenshot_path: PathBuf,
6464
meta: S3VideoMeta,
6565
channel: Option<Channel<UploadProgress>>,
66-
<<<<<<< HEAD
67-
) -> Result<UploadedVideo, AuthedApiError> {
66+
) -> Result<UploadedItem, AuthedApiError> {
6867
println!("Uploading video {video_id}...");
69-
=======
70-
) -> Result<UploadedItem, String> {
7168
let is_new_uploader_enabled = GeneralSettingsStore::get(&app)
7269
.map_err(|err| error!("Error checking status of new uploader flow from settings: {err}"))
7370
.ok()

0 commit comments

Comments
 (0)