Return handling
Some checks failed
Build and Push Docker Image / build_and_push (push) Failing after 40s
Some checks failed
Build and Push Docker Image / build_and_push (push) Failing after 40s
This commit is contained in:
@@ -55,6 +55,7 @@ func DriverJourneyTypeToProto(j *types.DriverJourney) (*gen.SolidarityTransportD
|
||||
Amount: 0,
|
||||
Currency: "EUR",
|
||||
},
|
||||
Noreturn: j.Noreturn,
|
||||
}, nil
|
||||
}
|
||||
|
||||
@@ -96,5 +97,6 @@ func DriverJourneyProtoToType(j *gen.SolidarityTransportDriverJourney) (*types.D
|
||||
Amount: j.Price.Amount,
|
||||
Currency: j.Price.Currency,
|
||||
},
|
||||
Noreturn: j.Noreturn,
|
||||
}, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user