0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 15:09:10 -05:00

📎 Fix linter issues introduced in previous merge

This commit is contained in:
Andrey Antukh 2023-04-25 13:35:26 +02:00
parent b37a92aaf7
commit 5026bfa6c1

View file

@ -397,7 +397,6 @@
(let [expected-roles (into #{} (:roles provider))
current-roles (let [roles-kw (cf/get :oidc-roles-attr "roles")
roles-ph (parse-attr-path provider roles-kw)
props (:props info)
roles (get-in (:props info) roles-ph)]
(cond
(string? roles) (into #{} (str/words roles))