From b8e692a2ab75dbbb06b5b3d6de07ddbed6881172 Mon Sep 17 00:00:00 2001 From: Mithun Kamath Date: Fri, 28 Jan 2022 22:35:35 +0530 Subject: [PATCH] #260 - ignore appeals response phase for desigm track --- src/common/helper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/helper.js b/src/common/helper.js index b3ae5eb1..2f55e715 100755 --- a/src/common/helper.js +++ b/src/common/helper.js @@ -575,7 +575,7 @@ function * checkGetAccess (authUser, submission) { const appealsResponseStatus = getPhaseStatus('Appeals Response', challengeDetails.body) // Appeals Response is not closed yet - if (appealsResponseStatus !== 'Closed') { + if (appealsResponseStatus !== 'Closed' && appealsResponseStatus !== 'Invalid') { throw new errors.HttpStatusError(403, 'You cannot access other submissions before the end of Appeals Response phase') } else { const userSubmission = yield fetchFromES({