change error to not found

This commit is contained in:
red binder 2026-06-18 22:01:39 +02:00
commit 3fcdcfe326

View file

@ -1549,7 +1549,7 @@ impl DataStore for User {
.await
.map_err(|e| {
log::error!("DB Error: {:?}", e);
ErrorCode::DataStore_SystemFileError
ErrorCode::DataStore_NotFound
})?;
Ok(