Skip to content

Commit

Permalink
fix: commit at end of update_commit_from_provider_info
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-sentry committed Dec 16, 2024
1 parent 536c4e0 commit fe964ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ async def update_commit_from_provider_info(
author_value=commit.author_id,
),
)
db_session.commit()


def get_or_create_author(
Expand Down

0 comments on commit fe964ad

Please sign in to comment.