From 2d2f473a10c7c9cb162280d32396b10360f1d5ed Mon Sep 17 00:00:00 2001 From: William Yuan Date: Mon, 31 Oct 2022 16:33:19 -0700 Subject: [PATCH] deletes to pick up updates on neptune for robots --- script.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/script.js b/script.js index 82c444b..79d2fa8 100644 --- a/script.js +++ b/script.js @@ -76,7 +76,8 @@ function uploadData() { "ZMatch Number": data[1], "ZTeam": data[0] }; - + hr(sr(db, 'Events/Test2022/Robots/' + data[0] + "/" + data[1] + "/"), json_data) + cr(or(sr(db, 'Events/Test2022/Robots/' + data[0] + '/'), data[1]), json_data) hr(sr(db, 'Events/Test2022/Matches/' + data[1] + "-" + data[3] + "/"), json_data)