mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
🐛 Fix incorrect query for subscription editors (#7672)
Some checks failed
Commit Message Check / Check Commit Message (push) Has been cancelled
Some checks failed
Commit Message Check / Check Commit Message (push) Has been cancelled
Default teams should be present on the query results
This commit is contained in:
@@ -484,7 +484,6 @@
|
|||||||
WHERE tpr1.profile_id = ?
|
WHERE tpr1.profile_id = ?
|
||||||
AND tpr1.is_owner IS true
|
AND tpr1.is_owner IS true
|
||||||
AND tpr2.can_edit IS true
|
AND tpr2.can_edit IS true
|
||||||
AND NOT t.is_default
|
|
||||||
AND t.deleted_at IS NULL")
|
AND t.deleted_at IS NULL")
|
||||||
|
|
||||||
(sv/defmethod ::get-subscription-usage
|
(sv/defmethod ::get-subscription-usage
|
||||||
|
|||||||
Reference in New Issue
Block a user