added the passing of the request.Caller's URL to the deep copy

This commit is contained in:
pb 2025-05-27 11:34:44 +02:00
parent 5ab3eb8a38
commit 66fc3c5b35

View File

@ -112,6 +112,7 @@ func getBooking(l zerolog.Logger, b *booking.Booking, request *tools.APIRequest,
errCh <- err
return
}
c.URLS = request.Caller.URLS
m.Unlock()
// Delock
bl := l.With().Str("booking", b.UUID).Logger()