Skip to content

Commit 2082fc2

Browse files
committed
Plugin: fix monitor command rebase fallout
1 parent 63c1958 commit 2082fc2

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
@@ -1061,7 +1061,6 @@ export class CodexPluginController {
10611061
: null;
10621062
const pendingBind = conversation ? this.store.getPendingBind(conversation) : null;
10631063
const monitorBinding = conversation ? this.store.getMonitorBinding(conversation) : null;
1064-
const pendingBind = conversation ? this.store.getPendingBind(conversation) : null;
10651064
const existingBinding =
10661065
conversation && currentBinding ? this.store.getBinding(conversation) : null;
10671066
const hydratedBinding =

0 commit comments

Comments
 (0)