1
0
Fork 0
mirror of https://forgejo.ellis.link/continuwuation/continuwuity.git synced 2025-07-29 03:08:31 +00:00

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() { if response.is_ok() {
break; break;
} }
continue;
} }
} }
} }