mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 11:18:36 +00:00
🐛 Fix unexpected exception on get-team internal method
Because of invalid SQL
This commit is contained in:
parent
90744c182e
commit
ad842872fb
@ -149,7 +149,7 @@
|
|||||||
ON (tpr.profile_id = p.id)
|
ON (tpr.profile_id = p.id)
|
||||||
WHERE t.deleted_at IS null
|
WHERE t.deleted_at IS null
|
||||||
AND tp.profile_id = ?
|
AND tp.profile_id = ?
|
||||||
ORDER BY tp.created_at ASC;")
|
ORDER BY tp.created_at ASC")
|
||||||
|
|
||||||
(defn process-permissions
|
(defn process-permissions
|
||||||
[team]
|
[team]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user