We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f597e4 commit 35d950aCopy full SHA for 35d950a
1 file changed
v2_app.py
@@ -72,7 +72,7 @@ def get_issues_by_owner_id_v2(owner, issue):
72
"mentor_id": dmp_issue_id['mentor_username'] ,
73
"contributor":define_link_data(cont_details),
74
# "contributor_id": cont_details[0]['contributor_id'],
75
- "org": define_link_data(repo_owner),
+ "org": define_link_data(repo_owner)[0] if repo_owner else None,
76
"weekly_goals_html": w_goal_url,
77
"weekly_learnings_html": w_learn_url,
78
"overall_progress":calculate_overall_progress(week_data,12),
0 commit comments