Skip to content

Commit

Permalink
backend: WMB Driver Reached Destination Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
khuzema786 committed Jan 21, 2025
1 parent fe75654 commit 9b21af5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/location_tracking_service/src/outbound/external.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ pub async fn driver_reached_destination(
location: location.to_owned(),
ride_id,
driver_id,
vehicle_type,
vehicle_variant: vehicle_type,
}),
)
.await
Expand Down
2 changes: 1 addition & 1 deletion crates/location_tracking_service/src/outbound/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ pub struct DriverReachedDestinationReq {
pub location: Point,
pub ride_id: RideId,
pub driver_id: DriverId,
pub vehicle_type: VehicleType,
pub vehicle_variant: VehicleType,
}

// Live activity notification trigger for IOS
Expand Down

0 comments on commit 9b21af5

Please sign in to comment.