diff --git a/src/api/workspace.rs b/src/api/workspace.rs index 6e78ffe3..d1a6a86a 100644 --- a/src/api/workspace.rs +++ b/src/api/workspace.rs @@ -1392,6 +1392,7 @@ async fn post_published_duplicate_handler( params.dest_view_id, ) .await?; + Ok(Json(AppResponse::Ok())) }