Skip to content

Commit 8947561

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)