1
0
mirror of https://gitlab.com/Anson-Projects/projects.git synced 2025-09-14 09:35:04 +00:00

fix: remove unused slug field to eliminate warning

This commit is contained in:
2025-08-22 11:23:26 -06:00
parent 21ad5cb862
commit d3966eaf53

View File

@@ -200,7 +200,6 @@ struct GhostPostsResponse {
#[derive(Deserialize, Debug)] #[derive(Deserialize, Debug)]
struct GhostPost { struct GhostPost {
id: String, id: String,
slug: String,
} }
async fn get_existing_post_id(slug: &str, token: &str) -> Option<String> { async fn get_existing_post_id(slug: &str, token: &str) -> Option<String> {