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

@ -70,4 +70,5 @@ pub struct RoutingEventsResult {
pub created_at: PrimitiveDateTime,
pub method: String,
pub routing_engine: String,
pub routing_approach: Option<String>,
}