Compare commits
No commits in common. "2b12a83aa8a8807ca6e66498d515d99975164c5c" and "3174f99a5128ceeb249682ba57b75295027c3eaf" have entirely different histories.
2b12a83aa8
...
3174f99a51
1 changed files with 0 additions and 2 deletions
|
@ -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,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue