From 217a3011091b6f4ac974fcd5d3bfe4550f9b58b3 Mon Sep 17 00:00:00 2001 From: Christian Risi <75698846+CnF-Gris@users.noreply.github.com> Date: Mon, 16 Dec 2024 10:35:35 +0100 Subject: [PATCH] 0.6.5.c Arroyo Toad Git commit fixes --- Sources/App/simulator-configuration.swift | 3 --- 1 file changed, 3 deletions(-) diff --git a/Sources/App/simulator-configuration.swift b/Sources/App/simulator-configuration.swift index f00f056..c96b24b 100644 --- a/Sources/App/simulator-configuration.swift +++ b/Sources/App/simulator-configuration.swift @@ -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") }