not used
pull/8/head
Medad Rufus Newman 2022-05-07 18:53:19 +01:00
rodzic a66318b71c
commit 57a3a6d62d
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -107,7 +107,7 @@ public final class AmateurSondehubUploader {
String json = doc.format();
// submit it to our processing thread
executor.execute(() -> uploadPayloadTelemetry(docId, json));
executor.execute(() -> uploadPayloadTelemetry(json));
}
}