🐛 Fix unexpected exception on get-team internal method

Because of invalid SQL
This commit is contained in:
Andrey Antukh 2025-05-30 13:49:05 +02:00
parent 90744c182e
commit ad842872fb

View file

@ -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]