feat(users): Enhance user schema and DTOs with additional fields for website, social links, location, skills, experience, and education
This commit is contained in:
@@ -43,4 +43,8 @@ impl GachaItemSchema {
|
||||
..Default::default()
|
||||
}
|
||||
}
|
||||
|
||||
pub fn from_existing(existing: GachaItemSchema) -> Self {
|
||||
existing
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user