submitTimes async

This commit is contained in:
Official Noob
2020-01-01 14:47:41 +00:00
committed by GitHub
parent 0533919bde
commit 6c4d5c0705

View File

@@ -124,7 +124,7 @@ function submitVote(type, UUID, callback) {
})
}
function submitTimes(videoID, callback) {
async function submitTimes(videoID, callback) {
//get the video times from storage
let sponsorTimeKey = 'sponsorTimes' + videoID;
let sponsorTimes = SB.config.sponsorTimeKey[sponsorTimeKey];