chore(api)!: small improvements
This commit is contained in:
@@ -25,8 +25,8 @@ message Task {
|
||||
string title = 3;
|
||||
string description = 4;
|
||||
int32 in_competition_position = 5;
|
||||
optional int32 max_points = 6;
|
||||
optional int32 max_attempts = 7;
|
||||
int32 max_points = 6;
|
||||
int32 max_attempts = 7;
|
||||
TaskType type = 8;
|
||||
google.protobuf.Timestamp created_at = 9;
|
||||
google.protobuf.Timestamp updated_at = 10;
|
||||
|
||||
Reference in New Issue
Block a user