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 facbeaa commit 33e204cCopy full SHA for 33e204c
1 file changed
v2_app.py
@@ -73,7 +73,7 @@ def get_issues_by_owner_id_v2(owner, issue):
73
"mentor_id": dmp_issue_id['mentor_username'] ,
74
"contributor":define_link_data(cont_details),
75
# "contributor_id": cont_details[0]['contributor_id'],
76
- "org": define_link_data(dmp_issue_id['mentor_username'])[0] if dmp_issue_id['mentor_username'] else [],
+ "org": define_link_data(repo_owner),
77
"weekly_goals_html": w_goal_url,
78
"weekly_learnings_html": w_learn_url,
79
"overall_progress":calculate_overall_progress(week_data,12),
0 commit comments