0.6.5.c Arroyo Toad
Git commit fixes
This commit is contained in:
parent
80cd5cb9ae
commit
217a301109
@ -52,7 +52,6 @@ private func jsonConfigurationParser(_ json: [String: Any]) async throws {
|
|||||||
try IoTSimulatorCore.addDevice(location: env.location, device: dev) { msg in
|
try IoTSimulatorCore.addDevice(location: env.location, device: dev) { msg in
|
||||||
// UGLY: But fast
|
// UGLY: But fast
|
||||||
// TODO: add sending code here
|
// TODO: add sending code here
|
||||||
<<<<<<< HEAD
|
|
||||||
let backendURL = ProcessInfo.processInfo.environment["BACKEND_URL"]!
|
let backendURL = ProcessInfo.processInfo.environment["BACKEND_URL"]!
|
||||||
|
|
||||||
var httpRequest = URLRequest(url: URL(string: backendURL)!)
|
var httpRequest = URLRequest(url: URL(string: backendURL)!)
|
||||||
@ -62,8 +61,6 @@ private func jsonConfigurationParser(_ json: [String: Any]) async throws {
|
|||||||
httpRequest.httpBody = msg
|
httpRequest.httpBody = msg
|
||||||
let _ = try await URLSession.shared.upload(for: httpRequest, from: msg)
|
let _ = try await URLSession.shared.upload(for: httpRequest, from: msg)
|
||||||
|
|
||||||
=======
|
|
||||||
>>>>>>> 5d78c9be5855d5541dd07b24d8331c018ddd2c70
|
|
||||||
} failure: {
|
} failure: {
|
||||||
print("Failed")
|
print("Failed")
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user