Skip to content

Commit 3a0de29

Browse files
ajayyymchangrh
authored andcommitted
remove temp server outage error
1 parent 078d449 commit 3a0de29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/postSkipSegments.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ async function checkByAutoModerator(videoID: any, userID: any, segments: Array<a
348348
return {
349349
pass: false,
350350
errorCode: 403,
351-
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.`
351+
errorMessage: `Submissions rejected: ${autoModerateResult} If this is an issue, send a message on Discord.`
352352
};
353353
}
354354
}

0 commit comments

Comments
 (0)