We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63c1958 commit 2082fc2Copy full SHA for 2082fc2
src/controller.ts
@@ -1061,7 +1061,6 @@ export class CodexPluginController {
1061
: null;
1062
const pendingBind = conversation ? this.store.getPendingBind(conversation) : null;
1063
const monitorBinding = conversation ? this.store.getMonitorBinding(conversation) : null;
1064
- const pendingBind = conversation ? this.store.getPendingBind(conversation) : null;
1065
const existingBinding =
1066
conversation && currentBinding ? this.store.getBinding(conversation) : null;
1067
const hydratedBinding =
0 commit comments