1
0
Fork 0
mirror of https://forgejo.ellis.link/continuwuation/continuwuity.git synced 2025-07-28 02:38:30 +00:00

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;
}
}
}