revert
Build and Push Docker Image / build_and_push (push) Failing after 28s Details

This commit is contained in:
Arnaud Delcasse 2025-04-29 08:53:25 +02:00
parent fe30c3fc12
commit 88e3bae685
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ func (t JourneyScheduleType) MarshalJSON() ([]byte, error) {
type JourneySchedule struct {
ID *string `json:"id,omitempty"`
PassengerPickupDate *OCSSTime `json:"passengerPickupDate" bson:"passengerPickupDate"`
PassengerPickupDate OCSSTime `json:"passengerPickupDate" bson:"passengerPickupDate"`
// PassengerDepartureDate *OCSSTime `json:"passengerDepartureDate,omitempty"`
DriverDepartureDate *OCSSTime `json:"driverDepartureDate,omitempty" bson:"driverDepartureDate,omitempty"`
WebUrl *string `json:"webUrl,omitempty" bson:"webUrl,omitempty"`