mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
chore: add lints in workspace cargo config (#223)
This commit is contained in:
@ -47,7 +47,7 @@ pub mod error_parser {
|
||||
}
|
||||
|
||||
impl ResponseError for CustomJsonError {
|
||||
fn status_code(&self) -> reqwest::StatusCode {
|
||||
fn status_code(&self) -> StatusCode {
|
||||
StatusCode::INTERNAL_SERVER_ERROR
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user