Skip to content

Commit

Permalink
another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jimisaacs committed Sep 19, 2023
1 parent 9917525 commit 57d2b4f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ class MockApolloSchemaDownloader: SchemaDownloadProvider {

static func fetch(
configuration: ApolloSchemaDownloadConfiguration,
withRootURL rootURL: URL?
withRootURL rootURL: URL?,
session: NetworkSession?
) throws {
guard let handler = fetchHandler else {
fatalError("You must set fetchHandler before calling \(#function)!")
Expand Down

0 comments on commit 57d2b4f

Please sign in to comment.