get-author-connector-2
This commit is contained in:
@@ -48,7 +48,7 @@ async fn connect_handler(
|
||||
},
|
||||
};
|
||||
|
||||
let listener_id = data::get_auth_id(&token).await.map_err(|e| {
|
||||
let listener_id = data::get_user_id(&token).await.map_err(|e| {
|
||||
eprintln!("TOKEN check failed: {}", e);
|
||||
ErrorUnauthorized("Unauthorized")
|
||||
})?;
|
||||
|
Reference in New Issue
Block a user