Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Feb 16, 2024
1 parent 392c7fa commit a9790fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mullvad-daemon/src/api_address_updater.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const API_IP_CHECK_ERROR_INTERVAL: Duration = Duration::from_secs(15 * 60);
pub async fn run_api_address_fetcher(address_cache: AddressCache, handle: MullvadRestHandle) {
#[cfg(feature = "api-override")]
if API.disable_address_cache {
return futures::future::pending().await;
return;
}

let availability = handle.availability.clone();
Expand Down

0 comments on commit a9790fe

Please sign in to comment.