fix: fixed handling of new beacons

This commit is contained in:
Andrew Rioux
2025-02-23 02:00:38 -05:00
parent e0af4ad291
commit ceb4aa808e
3 changed files with 9 additions and 6 deletions

View File

@@ -66,8 +66,6 @@ where
let mut config: messages::BeaconConfig = {
let client = callback::obtain_https_client(&host_adapter, &params).await?;
dbg!(&params.beacon_identifier);
make_request(
&client,
format!("https://{}/checkin", params::domain_name::<A>(&params)?).parse()?,