Skip to content

Commit

Permalink
fixup! feat: JARM
Browse files Browse the repository at this point in the history
  • Loading branch information
paulswartz committed Dec 30, 2023
1 parent 68c56fb commit 653a936
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/oidcc_profile.erl
Original file line number Diff line number Diff line change
Expand Up @@ -185,12 +185,7 @@ limit_signing_alg_values(AlgSupported, ClientContext0) ->
limit_values(_Limit, undefined) ->
undefined;
limit_values(Limit, Values) ->
case [V || V <- Values, lists:member(V, Limit)] of
[] ->
undefined;
Filtered ->
Filtered
end.
[V || V <- Values, lists:member(V, Limit)].

map_put_new(Key, Value, Map) ->
case Map of
Expand Down

0 comments on commit 653a936

Please sign in to comment.