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:
@@ -8,7 +8,7 @@ import (
|
||||
)
|
||||
|
||||
func (s *OCSSApiService) PostBookings(ctx context.Context, booking ocss.Booking) (*ocss.Booking, error) {
|
||||
result, err := s.Handler.Book(booking)
|
||||
result, err := s.Handler.Book(booking, nil)
|
||||
if err != nil {
|
||||
log.Error().Err(err).Msg("issue in booking")
|
||||
return nil, err
|
||||
|
||||
Reference in New Issue
Block a user