From 4d920448d0cc9559a4cb0b6db7b6b250d6c793ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CThavachelvam?= <“thavaahariharangit@git.com”> Date: Wed, 17 Apr 2024 16:45:27 +0100 Subject: [PATCH] hh170424: Fixing the sorbet type errors. --- common/lib/dependabot/pull_request_creator/codecommit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lib/dependabot/pull_request_creator/codecommit.rb b/common/lib/dependabot/pull_request_creator/codecommit.rb index 56ea72058f9..0c86759d5a0 100644 --- a/common/lib/dependabot/pull_request_creator/codecommit.rb +++ b/common/lib/dependabot/pull_request_creator/codecommit.rb @@ -201,7 +201,7 @@ def create_commit codecommit_client_for_source.create_commit( branch_name, - author.to_s, + author, base_commit, commit_message, files