Skip to content

Commit

Permalink
Merge branch 'dev' into hotfix/weird_job_state
Browse files Browse the repository at this point in the history
  • Loading branch information
jstawinski authored May 23, 2024
2 parents 4c7148e + dffa1e0 commit c297f3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gato/models/repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ def toJSON(self):
"""
representation = {
"name": self.name,
"private": self.is_private(),
"enum_time": self.enum_time.ctime(),
"permissions": self.permission_data,
"can_fork": self.can_fork(),
Expand Down

0 comments on commit c297f3b

Please sign in to comment.