mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-21 06:58:23 +03:00
remove temp server outage error
This commit is contained in:
@@ -344,7 +344,7 @@ async function checkByAutoModerator(videoID: any, userID: any, segments: Array<a
|
|||||||
return {
|
return {
|
||||||
pass: false,
|
pass: false,
|
||||||
errorCode: 403,
|
errorCode: 403,
|
||||||
errorMessage: `Hi, currently there are server issues and you might have not recieved segments even though they exist. Sorry about this, I'm working on it. Request rejected by auto moderator: ${autoModerateResult} If this is an issue, send a message on Discord.`
|
errorMessage: `Submissions rejected: ${autoModerateResult} If this is an issue, send a message on Discord.`
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user