Fixed formatting.

This commit is contained in:
Ajay Ramachandran
2019-12-29 00:22:39 -05:00
parent 1d1c30a483
commit 94bb1665a9

View File

@@ -441,7 +441,7 @@ function voteOnSponsorTime(req, res) {
app.get('/api/viewedVideoSponsorTime', viewedVideoSponsorTime); app.get('/api/viewedVideoSponsorTime', viewedVideoSponsorTime);
app.post('/api/viewedVideoSponsorTime', viewedVideoSponsorTime); app.post('/api/viewedVideoSponsorTime', viewedVideoSponsorTime);
function viewedVideoSponsorTime (req, res) { function viewedVideoSponsorTime(req, res) {
let UUID = req.query.UUID; let UUID = req.query.UUID;
if (UUID == undefined) { if (UUID == undefined) {