Skip to content

Commit

Permalink
Uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
kaancayli committed Feb 21, 2024
1 parent 578f9d8 commit 12a709b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/domain/submission.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def __str__(self):
class ProgrammingSubmission(BaseModel):
commit_hash: str
build_failed: bool
# build_log_entries: [BuildLogEntry]
build_log_entries: [BuildLogEntry]

def __str__(self):
return (
Expand Down

0 comments on commit 12a709b

Please sign in to comment.