closerdao / closer-ui

closer-ui.vercel.app
1 stars 0 forks source link

Missing bookings in Current Bookings Page #441

Closed closerearth closed 1 month ago

closerearth commented 1 month ago

This booking: https://www.traditionaldreamfactory.com/bookings/663b7b9887ef56308dd55448 Is not showing up in "current bookings". I think we are maybe not fetching bookings that are ending in more than 2 weeks or something.

The logic should be: Any bookings where (start < now -3 day (arriving soon)) && (end > now +3day (leaving soon))