mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
refactor(errors): error enums to use 'static str (#472)
This commit is contained in:
@ -128,7 +128,7 @@ impl QueueInterface for MockDb {
|
||||
) -> CustomResult<Vec<storage::ProcessTracker>, ProcessTrackerError> {
|
||||
// [#172]: Implement function for `MockDb`
|
||||
Err(ProcessTrackerError::ResourceFetchingFailed {
|
||||
resource_name: "consumer_tasks".to_string(),
|
||||
resource_name: "consumer_tasks",
|
||||
})?
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user