chore: remove unused field

This commit is contained in:
kieran 2024-11-26 13:21:51 +00:00
parent 641cccaadc
commit c8308f0003
No known key found for this signature in database
GPG Key ID: DE71CEB3925BE941

View File

@ -125,8 +125,6 @@ struct Nip96Form<'r> {
size: u64,
alt: Option<&'r str>,
caption: Option<&'r str>,
media_type: Option<&'r str>,
#[allow(dead_code)]
content_type: Option<&'r str>,
no_transform: Option<bool>,
}