fix: remove unused struct

This commit is contained in:
VC
2022-04-12 12:55:40 +02:00
parent 533a40f2c2
commit ff03b32f9d
3 changed files with 4 additions and 11 deletions

View File

@@ -207,15 +207,6 @@ async fn cache_media(u: &str, t: &str) -> Result<String, Box<dyn Error>> {
Ok(dest_filepath)
}
/**********
* This is the struct that holds the Mastodon Media ID and the Twitter Media URL at the same Time
**********/
#[derive(Debug)]
struct ScootalooSpawnResponse {
mastodon_media_id: String,
twitter_media_url: String,
}
/**********
* local error handler
**********/