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 b4cc8ff commit 14c8331Copy full SHA for 14c8331
v2_app.py
@@ -67,7 +67,7 @@ def get_issues_by_owner_id_v2(owner, issue):
67
"weekly_learns":week_data_formatter(plain_text_wurl,"Learnings")
68
}
69
70
- pr_Data = SUPABASE_DB.client.table('dmp_pr_updates').select('*').eq('repo', val['repo']).eq('pr_number',issue).execute()
+ pr_Data = SUPABASE_DB.client.table('dmp_pr_updates').select('*').eq('repo', val['repo']).eq('issue_number_title',issue).execute()
71
transformed = {"pr_details": []}
72
if pr_Data.data:
73
for pr in pr_Data.data:
0 commit comments