Verified Commit c3603889 authored by Kristyna Pekarkova's avatar Kristyna Pekarkova Committed by Peter Stanko
Browse files

ReviewItemSchema revert

parent 506113ab
...@@ -314,7 +314,6 @@ class ReviewItemSchema(BaseSchema, Schema): ...@@ -314,7 +314,6 @@ class ReviewItemSchema(BaseSchema, Schema):
line = fields.Int() line = fields.Int()
line_start = fields.Int() line_start = fields.Int()
line_end = fields.Int() line_end = fields.Int()
index = fields.Int()
review = NESTED('Review', only=('id', 'submission.id')) review = NESTED('Review', only=('id', 'submission.id'))
user = NESTED['user'] user = NESTED['user']
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment