Commit 8c648535 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] date.

parent 52ae592f
...@@ -138,7 +138,7 @@ instance decodeResponse :: DecodeJson Response where ...@@ -138,7 +138,7 @@ instance decodeResponse :: DecodeJson Response where
decodeJson json = do decodeJson json = do
obj <- decodeJson json obj <- decodeJson json
cid <- obj .? "id" cid <- obj .? "id"
created <- pure "2018" created <- pure "2019"
--created <- obj .? "date" --created <- obj .? "date"
favorite <- obj .? "favorite" favorite <- obj .? "favorite"
ngramCount <- obj .? "id" ngramCount <- obj .? "id"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment