remove unnecessary continue

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-04-22 00:47:04 -04:00
parent 5a08e52282
commit fd8bbe6c93

View file

@ -164,8 +164,6 @@ pub(crate) async fn get_alias_helper(
if response.is_ok() {
break;
}
continue;
}
}
}