0.6.5.c Arroyo Toad

Git commit fixes
This commit is contained in:
Christian Risi 2024-12-16 10:35:35 +01:00
parent 80cd5cb9ae
commit 217a301109

View File

@ -52,7 +52,6 @@ private func jsonConfigurationParser(_ json: [String: Any]) async throws {
try IoTSimulatorCore.addDevice(location: env.location, device: dev) { msg in
// UGLY: But fast
// TODO: add sending code here
<<<<<<< HEAD
let backendURL = ProcessInfo.processInfo.environment["BACKEND_URL"]!
var httpRequest = URLRequest(url: URL(string: backendURL)!)
@ -62,8 +61,6 @@ private func jsonConfigurationParser(_ json: [String: Any]) async throws {
httpRequest.httpBody = msg
let _ = try await URLSession.shared.upload(for: httpRequest, from: msg)
=======
>>>>>>> 5d78c9be5855d5541dd07b24d8331c018ddd2c70
} failure: {
print("Failed")
}