## 🔍 Overview
When exporting an Overall Sentiment report in the admin panel, the export fails with:
```ruby
Job exception: no implicit conversion of Symbol into Integer
```
This was happening because we are passing a single _Hash_ to `report.data` however, exports expect `report.data` to be an _Array of Hashes_. This update fixes this issue by wrapping the data in an array.
|
||
---|---|---|
.. | ||
jobs/regular | ||
emotion_filter_order_spec.rb | ||
entry_point_spec.rb | ||
post_classification_spec.rb |