Places import: title is the same for each returned row. Don't filter.
This commit is contained in:
parent
a68c281066
commit
3ea4a523a9
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@
|
||||||
|
|
||||||
|
|
||||||
(defn- place->entity [[id rows]]
|
(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)
|
required {:db/id (db/id-literal :db.part/user)
|
||||||
:page/url (:url (first rows))
|
:page/url (:url (first rows))
|
||||||
:page/guid (:guid (first rows))}
|
:page/guid (:guid (first rows))}
|
||||||
|
|
Loading…
Reference in a new issue