Skip to content

Commit

Permalink
belognn issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jaanbaaz committed Aug 22, 2024
1 parent 32893a5 commit bd99003
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 bd99003

Please sign in to comment.