Remove erroneous renaming

Signed-off-by: Lukas Fruntke (external expert on behalf of DB Netz) <lukas.fruntke-extern@deutschebahn.com>
This commit is contained in:
Lukas Fruntke (external expert on behalf of DB Netz)
2023-04-04 10:46:19 +02:00
parent 2b15cb4aa0
commit 1d4b92171f
@@ -182,7 +182,7 @@ export const PatchBody = ({
// The selected patch commit's sha is included in the commit message,
// which means it's part of a previous patch
releaseBranchCommit.commit.message.includes(
getPatchCommitSuffix({ commitHash: commit.sha }),
getPatchCommitSuffix({ commitSha: commit.sha }),
),
);
const hasNoParent = !commit.firstParentSha;