define const seatscnt for max available bookings on event

This commit is contained in:
Akulij 2025-05-05 19:35:24 +03:00
parent b0137e83fc
commit 04d8e8f086

View File

@ -33,6 +33,8 @@ var nearestDates = []time.Time{
time.Date(2025, 4, 2, 18, 0, 0, 0, dubaiLocation), time.Date(2025, 4, 2, 18, 0, 0, 0, dubaiLocation),
} }
const seatscnt = 10
var WeekLabels = []string{ var WeekLabels = []string{
"ВС", "ВС",
"ПН", "ПН",