model: inline the UserDetailsRequest
This commit is contained in:
committed by
nitnelave
parent
6efafa99c8
commit
0dd05e5771
@@ -67,11 +67,6 @@ pub mod registration {
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(PartialEq, Eq, Debug, Serialize, Deserialize, Clone)]
|
||||
pub struct UserDetailsRequest {
|
||||
pub user_id: String,
|
||||
}
|
||||
|
||||
#[derive(PartialEq, Eq, Debug, Serialize, Deserialize)]
|
||||
#[cfg_attr(not(target_arch = "wasm32"), derive(sqlx::FromRow))]
|
||||
pub struct User {
|
||||
|
||||
Reference in New Issue
Block a user