Files
ComfyUI_frontend/src
Johnpaul 415845a325 refactor: fix normalizeIndustry and normalizeUseCase to accept unknown
- Change parameter types from string to unknown in both functions
- Functions already have type guards (typeof check) to handle invalid inputs
- Remove all 'as any' casts from tests - no longer needed
- Better type safety: functions now properly express they can handle any input
2026-01-21 22:11:11 +01:00
..
2026-01-15 14:45:19 -08:00
2024-09-25 16:01:50 +09:00
2025-12-10 11:08:47 -08:00