forked from spacebar/rust-nex
change error to not found
This commit is contained in:
parent
dfb5d59ea1
commit
3fcdcfe326
1 changed files with 1 additions and 1 deletions
|
|
@ -1549,7 +1549,7 @@ impl DataStore for User {
|
|||
.await
|
||||
.map_err(|e| {
|
||||
log::error!("DB Error: {:?}", e);
|
||||
ErrorCode::DataStore_SystemFileError
|
||||
ErrorCode::DataStore_NotFound
|
||||
})?;
|
||||
|
||||
Ok(
|
||||
|
|
|
|||
Loading…
Reference in a new issue