Skip to content

Commit 6b6dd70

Browse files
authored
Fix compilation issue due to api change (#309)
Fix compilation issue that caused by merging #305 that didn't see an api change.
1 parent dfc7f0e commit 6b6dd70

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

data/src/bin/xtool.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ async fn query_reconstruction(
200200
let cas_storage_config = &config.data_config;
201201
let remote_client = RemoteClient::new(
202202
&endpoint,
203-
cas_storage_config.compression,
204203
&cas_storage_config.auth,
205204
&Some(cas_storage_config.cache_config.clone()),
206205
config.shard_config.cache_directory.clone(),

0 commit comments

Comments
 (0)