@@ -37,7 +37,7 @@ app.get('/api/getVideoSponsorTimes', function (req, res) {
sponsorTimes[i][1]=rows[i].endTime;
}
if(sponsorTimes==[]){
if(sponsorTimes.length==0){
res.sendStatus(404);
}else{
//send result
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.