@@ -112,6 +112,7 @@ app.get('/api/postVideoSponsorTimes', function (req, res) {
if(startTime>endTime){
//time can't go backwards
res.sendStatus(400);
return;
}
//this can just be a hash of the data
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.