Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix(graphql): issue with local variable squashing intended JWK index #9114

Merged
merged 1 commit into from
Jul 25, 2024

Conversation

matthewmcneely
Copy link
Contributor

A logic error (redeclaring i in the loop) in this method disabled the intension of the method: try 3 times to fetch the i-th JWK

A logic error (redeclaring `i` in the loop) in this method disabled the intension of the method: try 3 times to fetch the *i-th* JWK
@matthewmcneely matthewmcneely requested a review from a team as a code owner July 19, 2024 21:24
@dgraph-bot dgraph-bot added area/graphql Issues related to GraphQL support on Dgraph. area/core internal mechanisms go Pull requests that update Go code labels Jul 19, 2024
@harshil-goel harshil-goel merged commit a6e5233 into main Jul 25, 2024
13 of 14 checks passed
@harshil-goel harshil-goel deleted the matthewmcneely/bug-refresh-jwk-error branch July 25, 2024 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/core internal mechanisms area/graphql Issues related to GraphQL support on Dgraph. go Pull requests that update Go code
Development

Successfully merging this pull request may close these issues.

3 participants