mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-22 14:16:19 +00:00
comment out unused fields
This commit is contained in:
parent
78ac22bd68
commit
a7afef5b95
1 changed files with 2 additions and 2 deletions
|
@ -81,8 +81,8 @@ pub struct OffersLd {
|
||||||
pub struct OfferLd {
|
pub struct OfferLd {
|
||||||
#[serde(rename = "@type")]
|
#[serde(rename = "@type")]
|
||||||
_type: OfferTypeLd,
|
_type: OfferTypeLd,
|
||||||
pub price: f64,
|
// pub price: f64,
|
||||||
pub price_currency: String,
|
// pub price_currency: String,
|
||||||
pub availability: AvailabilityLd,
|
pub availability: AvailabilityLd,
|
||||||
}
|
}
|
||||||
#[derive(Deserialize)]
|
#[derive(Deserialize)]
|
||||||
|
|
Loading…
Reference in a new issue