diff --git a/crc/models/git_models.py b/crc/models/git_models.py index bd9314db..314b18fc 100644 --- a/crc/models/git_models.py +++ b/crc/models/git_models.py @@ -24,7 +24,7 @@ class GitCommit(object): class GitRepoSchema(ma.Schema): class Meta: model = GitRepo - fields = ["directory", "branch", "merge_branch", "status", "changes", "untracked"] + fields = ["directory", "branch", "merge_branch", "changes", "untracked"] class GitCommitSchema(ma.Schema):