mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-14 15:37:07 +03:00
Remove duplicate isOwnSubmission
This commit is contained in:
@@ -235,7 +235,6 @@ async function voteOnSponsorTime(req, res) {
|
|||||||
userStatus = "other";
|
userStatus = "other";
|
||||||
}
|
}
|
||||||
dispatchWebhooks(isUpvote ? "vote.up" : "vote.down", {
|
dispatchWebhooks(isUpvote ? "vote.up" : "vote.down", {
|
||||||
"isOwnSubmission": isOwnSubmission,
|
|
||||||
"user": {
|
"user": {
|
||||||
"status": userStatus
|
"status": userStatus
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user