fix: guard against null billing plan cache entries#2958
Conversation
Greptile SummaryThis PR fixes a crash on self-hosted installs by guarding two places where a null billing plan value could enter the
Both changes are minimal, non-breaking, and correct — the added guards are transparent to cloud users where Confidence Score: 5/5Safe to merge — both changes are narrow null guards with no behavioral change for cloud installs. No P0 or P1 issues found. The fix in No files require special attention — both changes are safe and well-scoped. Important Files Changed
Reviews (1): Last reviewed commit: "fix: guard against null billing plan cac..." | Re-trigger Greptile |
Summary
getBasePlanFromGroup()from reading.groupfrom falsy plan entries in the cached plans maporganizationPlanin the project layout on self-hosted installs