Skip to content

Commit

Permalink
pr filter removed
Browse files Browse the repository at this point in the history
  • Loading branch information
sasi2312 committed Jun 27, 2024
1 parent ae79633 commit 2457de4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions v2_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ def get_issues_by_owner_id_v2(owner, issue):
"weekly_learnings":week_data_formatter(plain_text_wurl,"Learnings")
}


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()
transformed = {"pr_details": []}
if pr_Data.data:
for pr in pr_Data.data:
Expand Down

0 comments on commit 2457de4

Please sign in to comment.