mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-10 05:27:00 +03:00
Fixed formatting.
This commit is contained in:
2
index.js
2
index.js
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user