diff --git a/ghost-upload/src/main.rs b/ghost-upload/src/main.rs index 7d928c1..90531ce 100644 --- a/ghost-upload/src/main.rs +++ b/ghost-upload/src/main.rs @@ -200,7 +200,6 @@ struct GhostPostsResponse { #[derive(Deserialize, Debug)] struct GhostPost { id: String, - slug: String, } async fn get_existing_post_id(slug: &str, token: &str) -> Option {