Skip to content

Commit

Permalink
deletes to pick up updates on neptune for robots
Browse files Browse the repository at this point in the history
  • Loading branch information
William Yuan committed Oct 31, 2022
1 parent bbfeef7 commit 2d2f473
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2d2f473

Please sign in to comment.