Skip to content

Commit be4d82c

Browse files
Fix dialyzer
1 parent 7d893d6 commit be4d82c

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
@@ -256,7 +256,7 @@ get_oauth_provider(OAuth2ProviderId, ListOfRequiredAttributes) when is_binary(OA
256256
end
257257
end,
258258
case Result2 of
259-
{ok, OAuthProvider2} = Result3 ->
259+
{ok, OAuthProvider2} ->
260260
case find_missing_attributes(OAuthProvider2, ListOfRequiredAttributes) of
261261
[] ->
262262
rabbit_log:debug("Resolved oauth_provider ~p", [OAuthProvider]),

0 commit comments

Comments
 (0)