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