diff --git a/src/aretherecookies/parsers.clj b/src/aretherecookies/parsers.clj index 2db7e81..31b13c8 100644 --- a/src/aretherecookies/parsers.clj +++ b/src/aretherecookies/parsers.clj @@ -14,7 +14,7 @@ (-> (:location item) json/read-str - (:coordinates))) + (get "coordinates"))) (defn build-latlng [item] (let [[longitude latitude] (get-coords item)]