Skip to content

Commit

Permalink
Don't need to rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Loudbooks committed Dec 11, 2024
1 parent 98c693a commit 1d6956f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backend/src/models/paste.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ pub struct Paste {
pub report_book: bool,
pub wrap: bool,
pub creator_ip: String,
#[serde(rename = "expiresAt")]
pub expires_at: u64,
}

Expand All @@ -21,7 +20,6 @@ pub struct PasteDTO {
pub created: u64,
pub report_book: bool,
pub wrap: bool,
#[serde(rename = "expiresAt")]
pub expires_at: u64,
}

Expand Down

0 comments on commit 1d6956f

Please sign in to comment.