Skip to content

Commit

Permalink
Update procfile 2, updated schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Vijay Kurian committed Nov 28, 2019
1 parent 03c002e commit eea9c09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/models/ResultModel.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,4 @@ class ResultSchema(Schema):
confirmed = fields.Boolean(required=True)
created_at = fields.DateTime(dump_only=True)
modified_at = fields.DateTime(dump_only=True)
score_line = fields.Int(required=False)

0 comments on commit eea9c09

Please sign in to comment.