Merge pull request #3163 from penpot/niwinz-bugfixes-9

🐛 🔥 Fix merge bugs and remove deprecated code
This commit is contained in:
Alejandro 2023-04-25 10:26:47 +02:00 committed by GitHub
commit da54557aab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 114 additions and 1158 deletions

View file

@ -101,7 +101,7 @@
(fn []
(let [features (cond-> #{} components-v2 (conj "components/v2"))]
(->> (rx/zip
(repo/query! :font-variants {:file-id file-id})
(repo/cmd! :get-font-variants {:file-id file-id})
(repo/cmd! :get-page {:file-id file-id
:page-id page-id
:object-id object-id
@ -141,7 +141,7 @@
(fn []
(let [features (cond-> #{} components-v2 (conj "components/v2"))]
(->> (rx/zip
(repo/query! :font-variants {:file-id file-id})
(repo/cmd! :get-font-variants {:file-id file-id})
(repo/cmd! :get-page {:file-id file-id
:page-id page-id
:features features}))