mirror of
https://github.com/penpot/penpot.git
synced 2025-01-23 06:58:58 -05:00
📎 Fix linter issues introduced in previous merge
This commit is contained in:
parent
b37a92aaf7
commit
5026bfa6c1
1 changed files with 0 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue