fix typo in service type
Some checks failed
Run Check Script / check (pull_request) Failing after 34s

This commit is contained in:
Ian Letourneau 2025-08-29 04:42:25 -04:00
parent 0876f4e4f0
commit 78b80c2169

View File

@ -17,7 +17,7 @@ enum Profiles {
} }
// The service type we are looking for. // The service type we are looking for.
const SERVICE_TYPE: &str = "_harmory._tcp.local."; const SERVICE_TYPE: &str = "_harmony._tcp.local.";
#[tokio::main] #[tokio::main]
async fn main() { async fn main() {