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
Reference in a new issue