mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-23 21:27:10 +00:00
minor fixes
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user