solidarity transport update
Some checks failed
Build and Push Docker Image / build_and_push (push) Failing after 2m4s
Some checks failed
Build and Push Docker Image / build_and_push (push) Failing after 2m4s
This commit is contained in:
@@ -28,6 +28,8 @@ func (s SolidarityTransportServerImpl) GetDriverJourneys(ctx context.Context, re
|
||||
return nil, status.Errorf(codes.Internal, "could not get driver journeys : %v", err)
|
||||
}
|
||||
|
||||
log.Trace().Any("driver journeys", driverJourneys).Msg("got driver journeys")
|
||||
|
||||
results := []*gen.SolidarityTransportDriverJourney{}
|
||||
|
||||
for _, j := range driverJourneys {
|
||||
|
||||
Reference in New Issue
Block a user