Fix sponsorTimes array

Ajay Ramachandran
2021-01-14 22:26:06 -05:00
parent 2cc70a98e2
commit 8dea7129ce

@@ -14,8 +14,8 @@ ________________________________________________________________________________
**Response**: **Response**:
``` ```
{ {
sponsorTimes: array [float], sponsorTimes: [[startTime: float, endTime float]], // Time in seconds
UUIDs: array [string] //The ID for this sponsor time, used to submit votes UUIDs: string[] //The ID for this sponsor time, used to submit votes
} }
``` ```