We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3250a5e commit cf47d01Copy full SHA for cf47d01
1 file changed
v2_app.py
@@ -59,7 +59,7 @@ def get_issues_by_owner_id_v2(owner, issue):
59
week_data = week_data_formatter(plain_text_body,"Goals")
60
61
res = {
62
- "name": owner,
+ "name": dmp_issue_id['title'],
63
"description": dmp_issue_id['description'],
64
"mentor": define_link_data(dmp_issue_id['mentor_username']),
65
"mentor_id": dmp_issue_id['mentor_username'] ,
0 commit comments