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 splitByDays
| response spans | | response spans |
response := Dictionary new. response := OrderedDictionary new.
self timeSpansByDays doWithIndex: [ :span :i | self timeSpansByDays doWithIndex: [ :span :i |
response response
at: span asDate asString at: span asDate asString