minor fixes

This commit is contained in:
rngsurrounded
2025-03-03 03:48:21 +09:00
parent 9cc0cab09f
commit b9a8e9bc67
+2 -2
View File
@@ -15,8 +15,8 @@ export interface TaskAttachment {
enum TaskType { enum TaskType {
INPUT = "input", INPUT = "input",
FILE = "checker", FILE = "review",
CODE = "review", CODE = "checker",
} }
enum SolutionStatus { enum SolutionStatus {