Skip to content

Commit 36b9434

Browse files
committed
Fix unused import causing build failure
Removed gitDeleteRemoteBranch from imports as it's now only used via branch-cleanup functions. Kept gitDeleteBranch as it's still directly used in the push failure path.
1 parent 7af3fd5 commit 36b9434

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/commands/fix/coana-fix.mts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ import {
3131
gitCommit,
3232
gitCreateBranch,
3333
gitDeleteBranch,
34-
gitDeleteRemoteBranch,
3534
gitPushBranch,
3635
gitRemoteBranchExists,
3736
gitResetAndClean,

0 commit comments

Comments
 (0)