Skip to content

Commit

Permalink
Propagate graphql url to installation scoped client (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisgranath committed Mar 20, 2024
1 parent 27719e8 commit 8947561
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ public GitHubClient withScopeForInstallationId(final int installationId) {
return new GitHubClient(
client,
baseUrl,
null,
graphqlUrl.orElse(null),
null,
privateKey,
appId,
Expand Down

0 comments on commit 8947561

Please sign in to comment.