Skip to content
Snippets Groups Projects
Commit 5acb110f authored by 🥺's avatar 🥺 :transgender_flag: Committed by 🥺
Browse files

remove unnecessary continue

parent b3f03d30
No related branches found
No related tags found
No related merge requests found
......@@ -164,8 +164,6 @@ pub(crate) async fn get_alias_helper(
if response.is_ok() {
break;
}
continue;
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment