revert
Build and Push Docker Image / build_and_push (push) Failing after 28s
Details
Build and Push Docker Image / build_and_push (push) Failing after 28s
Details
This commit is contained in:
parent
fe30c3fc12
commit
88e3bae685
|
@ -19,8 +19,8 @@ func (t JourneyScheduleType) MarshalJSON() ([]byte, error) {
|
|||
}
|
||||
|
||||
type JourneySchedule struct {
|
||||
ID *string `json:"id,omitempty"`
|
||||
PassengerPickupDate *OCSSTime `json:"passengerPickupDate" bson:"passengerPickupDate"`
|
||||
ID *string `json:"id,omitempty"`
|
||||
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"`
|
||||
|
|
Loading…
Reference in New Issue