mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 12:15:40 +08:00
feat(dynamic_routing): analytics improvement using separate postgres table (#6723)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -740,7 +740,6 @@ pub struct ToggleDynamicRoutingPath {
|
||||
#[derive(serde::Serialize, serde::Deserialize, Debug, Clone, ToSchema)]
|
||||
pub struct EliminationRoutingConfig {
|
||||
pub params: Option<Vec<DynamicRoutingConfigParams>>,
|
||||
// pub labels: Option<Vec<String>>,
|
||||
pub elimination_analyser_config: Option<EliminationAnalyserConfig>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user