mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Even though upgradeURL isn't used when there are no free orgs, this line is still evaluated and will throw an error because freeOrganization is undefined. This commit adds a null check to prevent this error.