Skip to content

Commit d0a9168

Browse files
committed
remove temp server outage error
1 parent 2ed23d7 commit d0a9168

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
@@ -344,7 +344,7 @@ async function checkByAutoModerator(videoID: any, userID: any, segments: Array<a
344344
return {
345345
pass: false,
346346
errorCode: 403,
347-
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.`
347+
errorMessage: `Submissions rejected: ${autoModerateResult} If this is an issue, send a message on Discord.`
348348
};
349349
}
350350
}

0 commit comments

Comments
 (0)