Register endpoint #16
@@ -19,11 +19,7 @@ pub mod user {
|
|||||||
|
|
||||||
match result {
|
match result {
|
||||||
Ok(r) => Ok(r.is_some()),
|
Ok(r) => Ok(r.is_some()),
|
||||||
Err(e) => {
|
Err(e) => Err(e),
|
||||||
println!("Error: {:?}", e.to_string());
|
|
||||||
// Err(e)
|
|
||||||
Err(e)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user