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 {
INPUT = "input",
FILE = "checker",
CODE = "review",
FILE = "review",
CODE = "checker",
}
enum SolutionStatus {