oops forgot data id

This commit is contained in:
red binder 2026-06-18 14:49:26 +02:00
commit bafa0c4996

View file

@ -996,6 +996,7 @@ impl DataStore for User {
) -> Result<DataStoreReqGetInfo, ErrorCode> {
let meta_info = if prepare_get_param.dataid != 0 {
log::info!("getting object by meta info")
log::info!("Data ID: {:?}", prepare_get_param.dataid);
get_object_info_by_data_id(prepare_get_param.dataid, prepare_get_param.access_password)
.await?
} else {