Fix(booking-model): Fix booking response transformer
All checks were successful
ktm-booking-bot/ktm-booking-bot/pipeline/head This commit looks good
All checks were successful
ktm-booking-bot/ktm-booking-bot/pipeline/head This commit looks good
This commit is contained in:
@@ -77,6 +77,7 @@ func (env *Env) NewBookingResponse(model *Booking) *BookingResponse {
|
||||
Passport: model.Passport,
|
||||
PassportExpiry: model.PassportExpiry,
|
||||
Contact: model.Contact,
|
||||
BackToSg: model.BackToSg,
|
||||
Status: model.Status,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user