Fix lazy-loading in booking billable nights endpoint
All checks were successful
build-and-deploy / build-deploy (push) Successful in 35s
All checks were successful
build-and-deploy / build-deploy (push) Successful in 35s
This commit is contained in:
@@ -301,6 +301,7 @@ class BookingFlow(
|
||||
}
|
||||
|
||||
@PostMapping("/{bookingId}/billable-nights")
|
||||
@Transactional(readOnly = true)
|
||||
fun previewBillableNights(
|
||||
@PathVariable propertyId: UUID,
|
||||
@PathVariable bookingId: UUID,
|
||||
|
||||
Reference in New Issue
Block a user