mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2025-12-12 02:09:00 -05:00
flip this
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
311be20055
commit
69968b94ea
1 changed files with 3 additions and 3 deletions
|
|
@ -161,11 +161,11 @@ pub(crate) async fn get_alias_helper(
|
|||
)
|
||||
.await;
|
||||
|
||||
if response.is_err() {
|
||||
continue;
|
||||
if response.is_ok() {
|
||||
break;
|
||||
}
|
||||
|
||||
break;
|
||||
continue;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue