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:
@@ -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> {
|
||||||
|
Reference in New Issue
Block a user