mirror of
https://github.com/kjanat/livedash-node.git
synced 2026-01-16 11:52:09 +01:00
- Add optional chaining to sentimentDistribution?.map() to prevent runtime errors - Add optional chaining to sessions?.sessions?.map() for consistency - Both properties can be null/undefined and need protection before mapping - Prevents 'Cannot read property map of undefined' errors