flip this
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
311be20055
commit
69968b94ea
1 changed files with 3 additions and 3 deletions
|
@ -161,11 +161,11 @@ pub(crate) async fn get_alias_helper(
|
||||||
)
|
)
|
||||||
.await;
|
.await;
|
||||||
|
|
||||||
if response.is_err() {
|
if response.is_ok() {
|
||||||
continue;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
break;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue