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