Skip to content

Commit

Permalink
Merge pull request #26 from Code4GovTech/sasi_dev_v2fix
Browse files Browse the repository at this point in the history
pr filter removed
  • Loading branch information
sasi2312 authored Jun 27, 2024
2 parents 1383a49 + 2457de4 commit e1253d6
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 e1253d6

Please sign in to comment.