new grpc functions
Some checks failed
Build and Push Docker Image / build_and_push (push) Failing after 34s
Some checks failed
Build and Push Docker Image / build_and_push (push) Failing after 34s
This commit is contained in:
@@ -52,8 +52,8 @@ func DriverJourneyTypeToProto(j *types.DriverJourney) (*gen.SolidarityTransportD
|
||||
DriverDepartureDate: timestamppb.New(j.DriverDepartureDate),
|
||||
PassengerPickupDate: timestamppb.New(j.PassengerPickupDate),
|
||||
Price: &gen.SolidarityTransportPrice{
|
||||
Amount: 0,
|
||||
Currency: "EUR",
|
||||
Amount: j.Price.Amount,
|
||||
Currency: j.Price.Currency,
|
||||
},
|
||||
Noreturn: j.Noreturn,
|
||||
}, nil
|
||||
|
||||
Reference in New Issue
Block a user