added the passing of the request.Caller's URL to the deep copy
This commit is contained in:
parent
5ab3eb8a38
commit
66fc3c5b35
@ -112,6 +112,7 @@ func getBooking(l zerolog.Logger, b *booking.Booking, request *tools.APIRequest,
|
|||||||
errCh <- err
|
errCh <- err
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
c.URLS = request.Caller.URLS
|
||||||
m.Unlock()
|
m.Unlock()
|
||||||
// Delock
|
// Delock
|
||||||
bl := l.With().Str("booking", b.UUID).Logger()
|
bl := l.With().Str("booking", b.UUID).Logger()
|
||||||
|
Loading…
Reference in New Issue
Block a user