fix: better compiund types because of a join

This commit is contained in:
silver 2023-09-17 21:17:57 +01:00
parent 36e6bea543
commit 6eb61c6798
5 changed files with 38 additions and 33 deletions

View file

@ -43,7 +43,6 @@ impl From<&RecordCSV> for Wolves {
Self {
id_wolves: input.mem_id.to_owned(),
email: input.email.to_owned(),
verified: false,
discord: None,
minecraft: None,
}