fix: better compiund types because of a join
This commit is contained in:
parent
36e6bea543
commit
6eb61c6798
5 changed files with 38 additions and 33 deletions
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue