Ensure workspace page loading and intialization process

This commit is contained in:
Andrey Antukh 2025-04-07 06:58:53 +02:00
parent 6b3a988526
commit b8107ee497
4 changed files with 99 additions and 51 deletions

View file

@ -120,7 +120,7 @@
;; to lost team features updating
;; When newly computed features does not match exactly with
;; the features defined on team row, we update it.
;; the features defined on team row, we update it
(when (not= features (:features team))
(let [features (db/create-array conn "text" features)]
(db/update! conn :team