Skip to content

Commit 8e78af5

Browse files
author
Fernando Fernandes
committed
Fix request naming issue
1 parent 97b05a3 commit 8e78af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftTrader/Network/NetworkRequest/NetworkRequestProtocol+Execution.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ private extension NetworkRequest {
4242
#if os(macOS) || os(iOS)
4343
result = await runOnApplePlatforms(request: request)
4444
#elseif canImport(FoundationNetworking)
45-
result = await runOnLinux(request: req)
45+
result = await runOnLinux(request: request)
4646
#endif
4747
switch result {
4848
case .success:

0 commit comments

Comments
 (0)