Skip to content

Commit 3510fb1

Browse files
authored
Fix #726. (#735)
1 parent f9005a3 commit 3510fb1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/datahike/connector.cljc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,7 @@
135135

136136
(defn- normalize-config [cfg]
137137
(-> cfg
138-
(update :store ds/store-identity)
139-
(dissoc :writer :store-cache-size :search-cache-size)))
138+
(dissoc :writer :store :store-cache-size :search-cache-size)))
140139

141140
(extend-protocol PConnector
142141
#?(:clj String :cljs string)

0 commit comments

Comments
 (0)