fix: fixed handling of new beacons
This commit is contained in:
@@ -66,8 +66,6 @@ where
|
||||
let mut config: messages::BeaconConfig = {
|
||||
let client = callback::obtain_https_client(&host_adapter, ¶ms).await?;
|
||||
|
||||
dbg!(¶ms.beacon_identifier);
|
||||
|
||||
make_request(
|
||||
&client,
|
||||
format!("https://{}/checkin", params::domain_name::<A>(¶ms)?).parse()?,
|
||||
|
||||
Reference in New Issue
Block a user