Skip to content

Commit 07041ab

Browse files
committed
Revert
1 parent d627acd commit 07041ab

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

src/git.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,15 @@ export const commitChangesFromRepo = async ({
4545

4646
return await commitFilesFromBase64({
4747
...otherArgs,
48-
base: base ?? { commit: oid },
4948
fileChanges: await getFileChanges(
5049
workingDirectory,
5150
repoRoot,
5251
oid,
5352
filterFiles,
5453
),
55-
// base: {
56-
// commit: oid,
57-
// },
54+
base: {
55+
commit: oid,
56+
},
5857
});
5958
};
6059

0 commit comments

Comments
 (0)