Skip to content

FIX: Exporting overall sentiment fails #1388

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 30, 2025
Merged

Conversation

keegangeorge
Copy link
Member

🔍 Overview

When exporting an Overall Sentiment report in the admin panel, the export fails with:

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.

@keegangeorge keegangeorge merged commit 34c98de into main May 30, 2025
6 checks passed
@keegangeorge keegangeorge deleted the sentiment-export-error branch May 30, 2025 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants