From 3d5c071b6ab12bbb19ba7b076d8d63d9477ced5d Mon Sep 17 00:00:00 2001 From: iris Date: Thu, 20 Jun 2024 06:22:27 -0500 Subject: [PATCH] fix a missing semicolin --- _tabs/about.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_tabs/about.md b/_tabs/about.md index 47244ea..1617b65 100644 --- a/_tabs/about.md +++ b/_tabs/about.md @@ -19,7 +19,7 @@ function getOPR() { value = response.data["auto"]["value"]; } else if (rank == response.data["dc"]["rank"]){ best = "teleOp"; - value = response.data["dc"]["value"] + value = response.data["dc"]["value"]; } else if (rank == response.data["eg"]["rank"]){ best = "endgame"; value = response.data["eg"]["value"];