Skip to content

Commit

Permalink
Merge pull request #9521 from dependabot/harry/hh170424
Browse files Browse the repository at this point in the history
hh170424: Fixing the sorbet type errors.
  • Loading branch information
thavaahariharangit committed Apr 17, 2024
2 parents b6f86b6 + 4d92044 commit ef20e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/lib/dependabot/pull_request_creator/codecommit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def create_commit

codecommit_client_for_source.create_commit(
branch_name,
author.to_s,
author,
base_commit,
commit_message,
files
Expand Down

0 comments on commit ef20e82

Please sign in to comment.