mirror of
https://github.com/kjanat/livedash-node.git
synced 2026-06-14 20:35:44 +02:00
efe0a3f79c
- 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