remove unnecessary continue

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

View file

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