Fix sponsorTimes array

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

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