mirror of https://github.com/penpot/penpot.git
🐛 Fix incorrect query for subscription editors (#7672)
Default teams should be present on the query results
This commit is contained in:
parent
83cd9c3db6
commit
88493f6805
|
|
@ -484,7 +484,6 @@
|
|||
WHERE tpr1.profile_id = ?
|
||||
AND tpr1.is_owner IS true
|
||||
AND tpr2.can_edit IS true
|
||||
AND NOT t.is_default
|
||||
AND t.deleted_at IS NULL")
|
||||
|
||||
(sv/defmethod ::get-subscription-usage
|
||||
|
|
|
|||
Loading…
Reference in New Issue