All Unit Tests Passing

This commit is contained in:
RounakJoshi09 2023-10-14 05:49:51 +05:30
parent 3118c7c532
commit 6e5cd2b3c2
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ export const cherryPick = function (sourceId, targetId, tag, parentCommitId) {
tag:
tag ??
`cherry-pick: ${sourceCommit.id}${
sourceCommit.type === commitType.MERGE && ` | parent: ${parentCommitId}`
sourceCommit.type === commitType.MERGE ? ` | parent: ${parentCommitId}` : ''
}`,
};
head = commit;