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
|
||||
html: Option<String>,
|
||||
/// OEmbed data
|
||||
width: Option<String>,
|
||||
width: Option<u64>,
|
||||
/// OEmbed data
|
||||
height: Option<String>,
|
||||
height: Option<u64>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user