mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-10 01:02:30 +01:00
remove temp server outage error
This commit is contained in:
parent
2ed23d7fcb
commit
d0a9168531
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ async function checkByAutoModerator(videoID: any, userID: any, segments: Array<a
|
|||
return {
|
||||
pass: false,
|
||||
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.`
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue