From 017aad6454536da45f709e1300e94e6254e7311a Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Thu, 12 Sep 2024 12:20:04 +0200 Subject: [PATCH] :bug: Fix export failed error when exporting multiple shapes --- backend/src/app/rpc/commands/files.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/app/rpc/commands/files.clj b/backend/src/app/rpc/commands/files.clj index 79381d34f..cfcd85df7 100644 --- a/backend/src/app/rpc/commands/files.clj +++ b/backend/src/app/rpc/commands/files.clj @@ -487,7 +487,7 @@ [:file-id ::sm/uuid] [:page-id {:optional true} ::sm/uuid] [:share-id {:optional true} ::sm/uuid] - [:object-id {:optional true} [:or ::sm/uuid ::sm/coll-of-uuid]] + [:object-id {:optional true} [:or ::sm/uuid [::sm/set ::sm/uuid]]] [:features {:optional true} ::cfeat/features]]) (sv/defmethod ::get-page