You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-11-20 12:02:22 +03:00
GraphQL API
This commit is contained in:
@@ -250,7 +250,7 @@ pub(crate) async fn get(
|
||||
.await
|
||||
.to_option()?;
|
||||
|
||||
let link = if let Some((link, _maybe_user_id)) = maybe_link {
|
||||
let link = if let Some(link) = maybe_link {
|
||||
link
|
||||
} else {
|
||||
add_link(&mut txn, &mut rng, &clock, &provider, subject).await?
|
||||
|
||||
Reference in New Issue
Block a user