💚 Change import for Foundation Networking
Some checks failed
Hermes CI / build (push) Failing after 41s
Some checks failed
Hermes CI / build (push) Failing after 41s
This commit is contained in:
@@ -5,6 +5,9 @@
|
||||
//
|
||||
|
||||
import Foundation
|
||||
#if canImport(FoundationNetworking)
|
||||
import FoundationNetworking
|
||||
#endif
|
||||
|
||||
public enum NetworkError: Error {
|
||||
case badRequest
|
||||
|
||||
Reference in New Issue
Block a user