fix (backend-rs): typo
This commit is contained in:
parent
ffa08748d0
commit
1e313846ca
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ pub async fn check_hit_antenna(
|
|||
return Ok(false);
|
||||
}
|
||||
} else if antenna.src == AntennaSrcEnum::Instances {
|
||||
let is_from_one_of_specified_servers = !antenna.instances.iter().any(|host| {
|
||||
let is_from_one_of_specified_servers = antenna.instances.iter().any(|host| {
|
||||
host.to_ascii_lowercase()
|
||||
== note_author
|
||||
.host
|
||||
|
|
Loading…
Reference in a new issue