Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Opeyem1a committed Sep 23, 2024
1 parent 62c2c70 commit 9b46768
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/services/git.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ export const createGitService = ({
await gitEngine.add('.');
},
commit: async ({ message }) => {
const a = await gitEngine.commit(message);
console.log({a})
await gitEngine.commit(message);
},
};
};

0 comments on commit 9b46768

Please sign in to comment.