Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 3b6b744

Browse files
committed
fix: issue isssue #24
1 parent 823eb37 commit 3b6b744

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utils/challenge.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ export function createOpenForRegistrationChallengeCriteria() {
5050
export function createActiveChallengeCriteria() {
5151
return {
5252
status: "Active",
53-
currentPhaseName: "Submission",
5453
registrationEndDateEnd: new Date().toISOString(),
5554
};
5655
}

0 commit comments

Comments
 (0)