Skip to content

Commit

Permalink
Merge pull request #17 from Code4GovTech/dev_vedant
Browse files Browse the repository at this point in the history
key changes
  • Loading branch information
sasi2312 authored Jun 17, 2024
2 parents 3b6092c + cf47d01 commit 1bf2424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def get_issues_by_owner_id_v2(owner, issue):
week_data = week_data_formatter(plain_text_body,"Goals")

res = {
"name": owner,
"name": dmp_issue_id['title'],
"description": dmp_issue_id['description'],
"mentor": define_link_data(dmp_issue_id['mentor_username']),
"mentor_id": dmp_issue_id['mentor_username'] ,
Expand Down

0 comments on commit 1bf2424

Please sign in to comment.