Skip to content

Commit c037b92

Browse files
committed
Plugin: fix monitor command rebase fallout
1 parent 0d4d107 commit c037b92

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/controller.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1055,7 +1055,6 @@ export class CodexPluginController {
10551055
: null;
10561056
const pendingBind = conversation ? this.store.getPendingBind(conversation) : null;
10571057
const monitorBinding = conversation ? this.store.getMonitorBinding(conversation) : null;
1058-
const pendingBind = conversation ? this.store.getPendingBind(conversation) : null;
10591058
const existingBinding =
10601059
conversation && currentBinding ? this.store.getBinding(conversation) : null;
10611060
const hydratedBinding =

0 commit comments

Comments
 (0)