Skip to content

Commit 33e204c

Browse files
committed
org details fix
1 parent facbeaa commit 33e204c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

v2_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def get_issues_by_owner_id_v2(owner, issue):
7373
"mentor_id": dmp_issue_id['mentor_username'] ,
7474
"contributor":define_link_data(cont_details),
7575
# "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 [],
76+
"org": define_link_data(repo_owner),
7777
"weekly_goals_html": w_goal_url,
7878
"weekly_learnings_html": w_learn_url,
7979
"overall_progress":calculate_overall_progress(week_data,12),

0 commit comments

Comments
 (0)