You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor effectiveRevenueMonths calculation in qboConfig
- Updated the calculation of effectiveRevenueMonths in the qboConfig to ensure it handles non-finite values correctly. The new implementation uses a self-invoking function to parse the environment variable and defaults to 4 if the value is not a valid number.
This change improves the robustness of the configuration by preventing potential errors from invalid input.
0 commit comments