Fix Card entity to take a number for width x height
This commit is contained in:
@@ -22,7 +22,7 @@ pub struct Card {
|
|||||||
/// OEmbed data
|
/// OEmbed data
|
||||||
html: Option<String>,
|
html: Option<String>,
|
||||||
/// OEmbed data
|
/// OEmbed data
|
||||||
width: Option<String>,
|
width: Option<u64>,
|
||||||
/// OEmbed data
|
/// OEmbed data
|
||||||
height: Option<String>,
|
height: Option<u64>,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user