mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2025-12-13 10:49:00 -05:00
flip this
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
3c718639c4
commit
f870656451
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