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);
|
return Ok(false);
|
||||||
}
|
}
|
||||||
} else if antenna.src == AntennaSrcEnum::Instances {
|
} 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()
|
host.to_ascii_lowercase()
|
||||||
== note_author
|
== note_author
|
||||||
.host
|
.host
|
||||||
|
|
Loading…
Reference in a new issue