Skip to content

Commit

Permalink
Merge pull request #2446 from chaoss/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
sgoggins committed Jun 20, 2023
2 parents d2db13e + add4c72 commit 424dd2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion augur/tasks/github/facade_github/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def process_commit_metadata(logger,db,auth,contributorQueue,repo_id,platform_id)


#Executes an upsert with sqlalchemy
cntrb_natural_keys = ['cntrb_login']
cntrb_natural_keys = ['cntrb_id']

db.insert_data(cntrb,Contributor,cntrb_natural_keys)

Expand Down

0 comments on commit 424dd2d

Please sign in to comment.