From 7968bffc38852053f051e35f0f28ab726761b855 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 31 Jan 2024 12:56:37 +0100 Subject: [PATCH] :lipstick: Minor cosmetic change on pages-seq helper --- common/src/app/common/types/pages_list.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/app/common/types/pages_list.cljc b/common/src/app/common/types/pages_list.cljc index 1a1dbb566..a5bbda63e 100644 --- a/common/src/app/common/types/pages_list.cljc +++ b/common/src/app/common/types/pages_list.cljc @@ -34,7 +34,7 @@ (defn pages-seq [fdata] - (vals (:pages-index fdata))) + (-> fdata :pages-index vals seq)) (defn update-page [file-data page-id f]