this code is better than methamphetamines

This commit is contained in:
Evan Lanham
2022-04-07 01:27:06 -06:00
parent d238d52a4f
commit 6d2de856af
18 changed files with 564 additions and 117 deletions
+1
View File
@@ -33,6 +33,7 @@ const InputPage = () => {
.put({
// _id: new Date().toISOString(),
_id: "match_" + values.match_number + "_team_" + values.team_number,
_rev: new Date().toISOString(),
type: "match",
...values,
})