Add motivation field to organized carpool bookings
All checks were successful
Build and Push Docker Image / build_and_push (push) Successful in 1m58s
All checks were successful
Build and Push Docker Image / build_and_push (push) Successful in 1m58s
This commit is contained in:
@@ -378,6 +378,8 @@ func BookingFromInternal(b internal.Booking) *CarpoolServiceBooking {
|
||||
}
|
||||
}
|
||||
|
||||
booking.Motivation = b.Motivation
|
||||
|
||||
return booking
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user