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.
2 parents 1383a49 + 2457de4 commit e1253d6Copy full SHA for e1253d6
v2_app.py
@@ -82,8 +82,7 @@ def get_issues_by_owner_id_v2(owner, issue):
82
"weekly_learnings":week_data_formatter(plain_text_wurl,"Learnings")
83
}
84
85
-
86
- pr_Data = SUPABASE_DB.client.table('dmp_pr_updates').select('*').eq('dmp_id', dmp_issue_id['id']).like('title', f'%#{issue} - %').execute()
+ pr_Data = SUPABASE_DB.client.table('dmp_pr_updates').select('*').eq('dmp_id', dmp_issue_id['id']).execute()
87
transformed = {"pr_details": []}
88
if pr_Data.data:
89
for pr in pr_Data.data:
0 commit comments