mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-10 13:37:01 +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.post('/api/viewedVideoSponsorTime', viewedVideoSponsorTime);
|
||||
|
||||
function viewedVideoSponsorTime (req, res) {
|
||||
function viewedVideoSponsorTime(req, res) {
|
||||
let UUID = req.query.UUID;
|
||||
|
||||
if (UUID == undefined) {
|
||||
|
||||
Reference in New Issue
Block a user