From 2211fea97626232ca1cf23c56b1cf7839f317c54 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 10 Aug 2022 09:12:48 +0200 Subject: [PATCH] :ambulance: Fix tests in develop Caused of bad merge conflict resolution from mergin staging to develop. --- backend/src/app/rpc/commands/binfile.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/src/app/rpc/commands/binfile.clj b/backend/src/app/rpc/commands/binfile.clj index aa21381615..e9127df8bb 100644 --- a/backend/src/app/rpc/commands/binfile.clj +++ b/backend/src/app/rpc/commands/binfile.clj @@ -766,11 +766,11 @@ :v1/files (read-files-section! input files) :v1/sobjects (do (read-sobjects-section! input) - (persist-file-media-objects!))))) + (persist-file-media-objects!)))) ;; Knowing that the ids of the created files are in ;; index, just lookup them and return it as a set - (into #{} (keep #(get @*index* %)) files))))))) + (into #{} (keep #(get @*index* %)) files)))))))) (defn export! [cfg]