mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
fix: map not found error properly in db_not found (#1671)
This commit is contained in:
@ -98,6 +98,7 @@ impl StorageError {
|
|||||||
err.current_context(),
|
err.current_context(),
|
||||||
storage_errors::DatabaseError::NotFound
|
storage_errors::DatabaseError::NotFound
|
||||||
),
|
),
|
||||||
|
Self::ValueNotFound(_) => true,
|
||||||
_ => false,
|
_ => false,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user