Fixing wordcloud data language for report exporter.

This commit is contained in:
ruidajo 2023-07-26 10:04:08 -05:00
parent 69375d2683
commit 5336e8d224
1 changed files with 1 additions and 1 deletions

View File

@ -23,5 +23,5 @@ asDictionary
'retweets-histogram-quantity' -> retweetsHistogramData second.
'quotes-histogram-labels' -> quotesHistogramData third.
'quotes-histogram-quantity' -> quotesHistogramData second.
'wordcloud-data' -> self wordcloudData first.
'wordcloud-data' -> (self wordcloudDataLanguage: (self config at: 'lang')) first.
} asDictionary