Skip to content

Commit 8d54534

Browse files
committed
Small change
1 parent 0d7d62a commit 8d54534

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

GitHub-GraphQL-API-Example-iOS/RepositoriesViewController.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ final class RepositoriesViewController: UITableViewController {
1111
}
1212

1313
private lazy var apollo: ApolloClient = {
14-
let provider = LegacyInterceptorProvider()
1514
let network = RequestChainNetworkTransport(
16-
interceptorProvider: provider,
15+
interceptorProvider: LegacyInterceptorProvider(),
1716
endpointURL: URL(string: "https://api.github.com/graphql")!,
1817
additionalHeaders: [
1918
"Authorization": "Bearer \(token)"

0 commit comments

Comments
 (0)