Skip to content
This repository was archived by the owner on Apr 20, 2026. It is now read-only.

Commit 8947561

Browse files
Propagate graphql url to installation scoped client (#184)
1 parent 27719e8 commit 8947561

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/spotify/github/v3/clients/GitHubClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ public GitHubClient withScopeForInstallationId(final int installationId) {
360360
return new GitHubClient(
361361
client,
362362
baseUrl,
363-
null,
363+
graphqlUrl.orElse(null),
364364
null,
365365
privateKey,
366366
appId,

0 commit comments

Comments
 (0)