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 application type handling in configuration
- Updated the application type references in `main.py` and `validation.py` to use the `ApplicationType` enum for improved clarity and consistency.
- Changed the `NULL` value to `NONE` in the `ApplicationType` enum to better reflect its purpose.
- Adjusted related logic in the `NullApplicationConfig` and validation methods to align with the updated enum values.
0 commit comments