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
fix: add type narrowing for unknown types in routing form attribute handling
- Add proper type guards for field and value properties in fieldValueArray
- Narrow unknown types to string and string[][] respectively with runtime checks
- Fixes TS18046 errors in getAverageAttributeWeights and getAttributesForVirtualQueues
- Maintains type safety while handling routing form attribute weights
Co-Authored-By: [email protected] <[email protected]>
0 commit comments