From db2f9e11f7a16ff2cae9a15722c5e6c17f36bc1e Mon Sep 17 00:00:00 2001 From: Ajay Date: Sat, 23 Jul 2022 14:12:06 -0400 Subject: [PATCH] Remove warning about disapearing degments bug --- src/routes/postSkipSegments.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/postSkipSegments.ts b/src/routes/postSkipSegments.ts index 29c4fd3..4ef2748 100644 --- a/src/routes/postSkipSegments.ts +++ b/src/routes/postSkipSegments.ts @@ -277,7 +277,7 @@ async function checkEachSegmentValid(rawIP: IPAddress, paramUserID: UserID, user pass: false, errorCode: 403, errorMessage: - `NOTE: THERE IS A BUG RIGHT NOW CAUSING SEGMENTS NOT TO APPEAR, try refreshing. Users have voted that new segments aren't needed for the following category: ` + + `Users have voted that new segments aren't needed for the following category: ` + `'${segments[i].category}'\n` + `${lockedCategoryList[lockIndex].reason?.length !== 0 ? `\nReason: '${lockedCategoryList[lockIndex].reason}'` : ""}\n` + `${(segments[i].category === "sponsor" ? "\nMaybe the segment you are submitting is a different category that you have not enabled and is not a sponsor. " +