refactor(api.ts): reorder variable declarations to improve readability and semantics
refactor(prepare-commit-msg-hook.ts): remove console.log statement used for debugging purposes
This commit is contained in:
@@ -17,6 +17,8 @@ export const prepareCommitMessageHook = async (
|
||||
);
|
||||
}
|
||||
|
||||
console.log({ commitSource });
|
||||
|
||||
if (commitSource) return;
|
||||
|
||||
if (isStageAllFlag) {
|
||||
|
||||
Reference in New Issue
Block a user