fix: Fixed spell check (#8227)

This commit is contained in:
Sarthak Soni
2025-06-06 16:45:48 +05:30
committed by GitHub
parent 45d4ebfde3
commit dbc1bbf26a
4 changed files with 8 additions and 7 deletions

View File

@ -1345,7 +1345,7 @@ pub struct LabelWithScoreEventResponse {
#[serde(rename_all = "snake_case")]
pub struct CalSuccessRateEventResponse {
pub labels_with_score: Vec<LabelWithScoreEventResponse>,
pub routing_apporach: RoutingApproach,
pub routing_approach: RoutingApproach,
}
#[derive(Clone, Debug, Serialize, Deserialize)]