From cfe27248dbebdc77f29cc5985b553e6ffd41cd37 Mon Sep 17 00:00:00 2001 From: iris Date: Wed, 19 Jun 2024 20:35:04 -0500 Subject: [PATCH] stack overflow to the rescue? --- _tabs/about.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_tabs/about.md b/_tabs/about.md index 8d8edf2..9f6552b 100644 --- a/_tabs/about.md +++ b/_tabs/about.md @@ -7,7 +7,7 @@ order: 4 function getOPR() axios.get("https://api.ftcscout.org/rest/v1/teams/15031/quick-stats?season=2023®ion=All") .then(response => { - return response.data["tot"]["value"]; + document.getElementById("opr").innerHTML = response.data["tot"]["value"]; }) rl.close(); @@ -17,4 +17,4 @@ I'm Iris! I'm trans, 16, and enjoy programing and playing games. Im a member of My particular interests include combat robotics, Valorant Esports, and finding new ways to procrastinate doing my homework. -

BoltBusterZ OPR is currently:

\ No newline at end of file +

BoltBusterZ OPR is currently:

\ No newline at end of file