less verbous
This commit is contained in:
parent
399a868c1a
commit
9a15dc9bb8
1 changed files with 0 additions and 1 deletions
|
@ -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 %)))
|
||||||
|
|
Reference in a new issue