Merge pull request #142 from ajayyy/experimental

Don't call webhooks twice
This commit is contained in:
Ajay Ramachandran
2020-09-13 18:28:41 -04:00
committed by GitHub

View File

@@ -410,9 +410,6 @@ module.exports = async function postSkipSegments(req, res) {
return;
}
// Discord notification
sendWebhooks(userID, videoID, UUID, segmentInfo);
UUIDs.push(UUID);
}
} catch (err) {