From 3b6b744ff1d5c9c7e70076b11fe767d7bdbe9426 Mon Sep 17 00:00:00 2001 From: yoution Date: Mon, 5 Apr 2021 21:18:10 +0800 Subject: [PATCH] fix: issue isssue #24 --- src/utils/challenge.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/challenge.js b/src/utils/challenge.js index 158f9ea..aac866b 100644 --- a/src/utils/challenge.js +++ b/src/utils/challenge.js @@ -50,7 +50,6 @@ export function createOpenForRegistrationChallengeCriteria() { export function createActiveChallengeCriteria() { return { status: "Active", - currentPhaseName: "Submission", registrationEndDateEnd: new Date().toISOString(), }; }