fix add service_account

This commit is contained in:
weisd
2025-02-25 00:39:19 +08:00
parent 15a246bf75
commit dae6616720
3 changed files with 7 additions and 9 deletions
-2
View File
@@ -2067,9 +2067,7 @@ pub async fn get_file_info(buf: &[u8], volume: &str, path: &str, version_id: &st
});
}
warn!("get_file_info vid {:?}", &vid);
let fi = meta.into_fileinfo(volume, path, version_id, opts.data, true)?;
warn!("get_file_info {:?}", &fi);
Ok(fi)
}