remove unnecessary continue
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
b3f03d307d
commit
5acb110f2b
1 changed files with 0 additions and 2 deletions
|
@ -164,8 +164,6 @@ pub(crate) async fn get_alias_helper(
|
||||||
if response.is_ok() {
|
if response.is_ok() {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
continue;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue