Compare commits

..

No commits in common. "2b12a83aa8a8807ca6e66498d515d99975164c5c" and "3174f99a5128ceeb249682ba57b75295027c3eaf" have entirely different histories.

View file

@ -28,9 +28,7 @@ pub struct PublicPost {
pub content: String, pub content: String,
pub upvotes: i64, pub upvotes: i64,
pub downvotes: i64, pub downvotes: i64,
#[serde(rename = "createdAt")]
pub created_at: chrono::NaiveDateTime, pub created_at: chrono::NaiveDateTime,
#[serde(rename = "updatedAt")]
pub updated_at: chrono::NaiveDateTime, pub updated_at: chrono::NaiveDateTime,
} }