Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
ibigbug committed Oct 11, 2024
1 parent 30007c3 commit 81cbffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clash_lib/src/proxy/utils/test_utils/config_helper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ pub async fn load_config() -> anyhow::Result<(
);

let dns_resolver = Arc::new(
dns::EnhancedResolver::new(&config.dns, cache_store.clone(), mmdb.clone())
dns::EnhancedResolver::new(config.dns, cache_store.clone(), mmdb.clone())
.await,
);

Expand Down

0 comments on commit 81cbffc

Please sign in to comment.