From f85968de88cb4d5e1a9f1ef40340abddab0651f5 Mon Sep 17 00:00:00 2001 From: Richard Newman Date: Fri, 12 Aug 2016 16:07:51 -0700 Subject: [PATCH] Places import: title is the same for each returned row. Don't filter. --- src/datomish/places/import.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/datomish/places/import.cljc b/src/datomish/places/import.cljc index 38959f1f..c1b4b102 100644 --- a/src/datomish/places/import.cljc +++ b/src/datomish/places/import.cljc @@ -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))}