Skip to content

Commit

Permalink
Merge pull request #53 from Code4GovTech/fix/multi-repo
Browse files Browse the repository at this point in the history
belognn issue fixed
  • Loading branch information
sasi2312 authored Aug 22, 2024
2 parents e7afeb1 + bd99003 commit 5b613b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion models.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ def to_dict(self):
'title': self.title,
'org_id': self.org_id,
'description': self.description,
'repo': self.repo
'repo': self.repo,
'repo_owner': self.repo_owner
}

class DmpIssueUpdate(db.Model):
Expand Down

0 comments on commit 5b613b6

Please sign in to comment.