From ba31914ca459cf9923890d5db304ff4502314f7e Mon Sep 17 00:00:00 2001 From: Florian Schroedl Date: Tue, 13 Aug 2024 14:41:58 +0200 Subject: [PATCH] Fix typo --- common/src/app/common/types/token_theme.cljc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/src/app/common/types/token_theme.cljc b/common/src/app/common/types/token_theme.cljc index 4b9bf92a05..aff36dc297 100644 --- a/common/src/app/common/types/token_theme.cljc +++ b/common/src/app/common/types/token_theme.cljc @@ -18,12 +18,12 @@ (sm/register! ::token-set-group-ref [:map - [:id :sm/uuid] + [:id ::sm/uuid] [:type [:= :group]]]) (sm/register! ::token-set-ref [:map - [:id :sm/uuid] + [:id ::sm/uuid] [:type [:= :set]]]) (sm/register! ::token-set-group