forked from spacebar/rust-nex
aeiou
This commit is contained in:
parent
bafa0c4996
commit
7c2579318f
1 changed files with 1 additions and 1 deletions
|
|
@ -995,7 +995,7 @@ impl DataStore for User {
|
|||
prepare_get_param: DataStorePrepareGetParam,
|
||||
) -> Result<DataStoreReqGetInfo, ErrorCode> {
|
||||
let meta_info = if prepare_get_param.dataid != 0 {
|
||||
log::info!("getting object by meta info")
|
||||
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?
|
||||
|
|
|
|||
Loading…
Reference in a new issue