less verbous

This commit is contained in:
jem 2020-06-15 19:43:06 +02:00
parent 399a868c1a
commit 9a15dc9bb8

View file

@ -147,7 +147,6 @@
(if error (if error
(infra/exit-with-error error) (infra/exit-with-error error)
(->> (infra/js->edn tweets) (->> (infra/js->edn tweets)
(debug)
(map twitter/parse-tweet) (map twitter/parse-tweet)
(filter #(> (:created-at %) last-post-time)) (filter #(> (:created-at %) last-post-time))
(remove #(blocked-content? transformation (:text %))) (remove #(blocked-content? transformation (:text %)))