mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 19:42:27 +08:00
fix(redis_interface): add missing #[serde(default)] annotation to RedisSettings (#409)
This commit is contained in:
@ -9,6 +9,7 @@ use error_stack::IntoReport;
|
||||
use crate::errors;
|
||||
|
||||
#[derive(Debug, serde::Deserialize, Clone)]
|
||||
#[serde(default)]
|
||||
pub struct RedisSettings {
|
||||
pub host: String,
|
||||
pub port: u16,
|
||||
|
||||
Reference in New Issue
Block a user