Skip to content

Commit

Permalink
Fix injecting context for UploadRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertDresler committed Mar 18, 2024
1 parent 72aaf03 commit feb05a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/Apollo/RequestChainNetworkTransport.swift
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ extension RequestChainNetworkTransport: UploadingNetworkTransport {
additionalHeaders: self.additionalHeaders,
files: files,
manualBoundary: manualBoundary,
context: context,
requestBodyCreator: self.requestBodyCreator)
}

Expand Down

0 comments on commit feb05a4

Please sign in to comment.