Places import: title is the same for each returned row. Don't filter.

This commit is contained in:
Richard Newman 2016-08-12 16:07:51 -07:00
parent d7018aedaa
commit f85968de88

View file

@ -55,7 +55,7 @@
(defn- place->entity [[id rows]]
(let [title (:title (first (filter :page/title rows)))
(let [title (:title (first rows))
required {:db/id (db/id-literal :db.part/user)
:page/url (:url (first rows))
:page/guid (:guid (first rows))}