chore: add new line to trigger ci

This commit is contained in:
Zack Fu Zi Xiang 2024-11-08 18:10:41 +08:00
parent 40576fe675
commit c436d8733e
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -1392,6 +1392,7 @@ async fn post_published_duplicate_handler(
params.dest_view_id, params.dest_view_id,
) )
.await?; .await?;
Ok(Json(AppResponse::Ok())) Ok(Json(AppResponse::Ok()))
} }