Closed Boh1 closed 2 years ago
Check out this link where I answered this question previously 👉 https://github.com/Alkaar/resy-booking-bot/issues/27#issuecomment-1219538418
Thanks, that does it!
FYI since a lot of people had some confusion around how to set the reservation time and table type, I made a change to hopefully make this a little bit more clear 👉 https://github.com/Alkaar/resy-booking-bot/pull/54
I've been struggling through understanding how to specify the desired reservation time and table type (or simply no table preference).
I populate resTimeTypes with various values, but keep getting compilation errors like
required: com.resy.ReservationTimeType
.I get that this gets converted to a sequence later, but what am I missing in terms of proper format for this value?