mirror of
https://github.com/penpot/penpot.git
synced 2025-07-25 21:47:22 +02:00
🐛 Fix unexpected exception on get-team internal method
Because of invalid SQL
This commit is contained in:
parent
90744c182e
commit
ad842872fb
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue