From fa0d5f18641d2aedf52d9d2dc2a2136ed4eac318 Mon Sep 17 00:00:00 2001 From: Preston Date: Thu, 31 May 2018 19:38:23 -0400 Subject: [PATCH] Fixes team event status endpoint --- src/tba-storm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tba-storm.js b/src/tba-storm.js index 069f0ad..214d314 100644 --- a/src/tba-storm.js +++ b/src/tba-storm.js @@ -90,7 +90,7 @@ class TBA { } getTeamEventStatus(teamNum, eventKey) { - return this.callAPI('team/frc' + teamNum + '/event/' + eventKey + '/awards'); + return this.callAPI('team/frc' + teamNum + '/event/' + eventKey + '/status'); } getTeamAwards(teamNum, year) {