From fde35f636f73f0add2d741326b53c4681508d0b2 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Sat, 30 May 2020 23:01:55 +0100 Subject: [PATCH] #3: All tests pass. --- src/walkmap/superstructure.clj | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/walkmap/superstructure.clj b/src/walkmap/superstructure.clj index e3021b0..7593bcc 100644 --- a/src/walkmap/superstructure.clj +++ b/src/walkmap/superstructure.clj @@ -163,10 +163,6 @@ (IllegalArgumentException. (str "Superstructure must be a map: " (u/kind-type s))))) (assoc - (u/deep-merge s (in-store-find-objects o)) + (u/deep-merge s (in-store-find-objects o) (index-vertices s o)) (:walkmap.id/id o) - (in-store-replace-with-keys o) - ::vertex-index - (u/deep-merge - (index-vertices s o) - (::vertex-index s))))) + (in-store-replace-with-keys o))))