flip this

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-04-22 00:04:24 -04:00 committed by June
parent 311be20055
commit 69968b94ea

View file

@ -161,11 +161,11 @@ pub(crate) async fn get_alias_helper(
)
.await;
if response.is_err() {
continue;
if response.is_ok() {
break;
}
break;
continue;
}
}
}