Skip to content

Commit 09be5b4

Browse files
Fix dialyzer
1 parent 3515cae commit 09be5b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/oauth2_client/src/oauth2_client.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ get_oauth_provider_from_keyconfig(ListOfRequiredAttributes) ->
209209
end
210210
end,
211211
case Result2 of
212-
{ok, OAuthProvider2} = Result3 ->
212+
{ok, OAuthProvider2} ->
213213
case find_missing_attributes(OAuthProvider2, ListOfRequiredAttributes) of
214214
[] ->
215215
rabbit_log:debug("Resolved oauth_provider ~p", [OAuthProvider]),

0 commit comments

Comments
 (0)