mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
The demo_organization_scheduled_deletion_date has never been used on the upgrade page, and currently raises a Zod error as what is being sent for the value of that page param is a datetime object, and not the datetime object converted to an integer. We really only need the boolean value that checks if the demo organization scheduled deletion date is not None for the upgrade page logic, which is set in the context dict for that page, but not in the page params.