Skip to content

Commit 503003c

Browse files
Merge pull request #84 from code4rena-dev/DEV-836-add-triage-stage
Add triage stage
2 parents 10ce234 + d633bc4 commit 503003c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/ContestStatus/ContestStatus.types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export const AuditStatus = {
1919
Active: "Active",
2020
/** Paused: The audit is in between Rolling Triage cohorts */
2121
Paused: "Paused",
22+
Triage: "Triage",
2223
Review: "Review",
2324
Restricted: "Restricted",
2425
Judging: "Judging",

0 commit comments

Comments
 (0)