mirror of
https://github.com/penpot/penpot.git
synced 2025-07-24 12:47:23 +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)
|
||||
WHERE t.deleted_at IS null
|
||||
AND tp.profile_id = ?
|
||||
ORDER BY tp.created_at ASC;")
|
||||
ORDER BY tp.created_at ASC")
|
||||
|
||||
(defn process-permissions
|
||||
[team]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue