mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-06-27 00:56:36 +02:00
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
Reference in a new issue