remove unnecessary continue
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
@@ -164,8 +164,6 @@ pub(crate) async fn get_alias_helper(
|
|||||||
if response.is_ok() {
|
if response.is_ok() {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
continue;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user