build fix
All checks were successful
build-and-deploy / build-deploy (push) Successful in 33s

This commit is contained in:
androidlover5842
2026-01-29 09:58:59 +05:30
parent d033686e53
commit 2f5bb5985f

View File

@@ -88,7 +88,7 @@ class BookingFlow(
} else {
null
}
val totalGuestCount = if (hasGuestCounts) {
val totalGuestCount = if (hasGuestCounts && adultCount!=null) {
adultCount + (request.childCount ?: 0)
} else {
null