Modifying tweets collection spliting.

This commit is contained in:
ruidajo 2022-06-17 18:11:07 -05:00
parent fdeecc5fde
commit 0af6e835b2
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ accessing
splitByDays
| response spans |
response := Dictionary new.
response := OrderedDictionary new.
self timeSpansByDays doWithIndex: [ :span :i |
response
at: span asDate asString