Remove date field from message input

break-database
~erin 2021-07-23 12:03:34 -04:00
parent 8beea8b45e
commit 09dba21904
Signed by: erin
GPG Key ID: DA70E064A8C70F44
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ use uuid::Uuid;
pub struct MessageInput<'r> {
pub name: &'r str,
pub body: &'r str,
pub date: i64,
}
#[derive(Clone, Debug, Serialize, Deserialize)]