mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-03-19 10:43:08 +00:00
fix: Address code review comments
This commit is contained in:
@@ -243,7 +243,7 @@ export function createWorktreeRoutes(
|
||||
'/cherry-pick',
|
||||
validatePathParams('worktreePath'),
|
||||
requireValidWorktree,
|
||||
createCherryPickHandler()
|
||||
createCherryPickHandler(events)
|
||||
);
|
||||
|
||||
// Generate PR description route
|
||||
@@ -259,7 +259,7 @@ export function createWorktreeRoutes(
|
||||
'/branch-commit-log',
|
||||
validatePathParams('worktreePath'),
|
||||
requireValidWorktree,
|
||||
createBranchCommitLogHandler()
|
||||
createBranchCommitLogHandler(events)
|
||||
);
|
||||
|
||||
return router;
|
||||
|
||||
Reference in New Issue
Block a user