We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d4d107 commit c037b92Copy full SHA for c037b92
src/controller.ts
@@ -1055,7 +1055,6 @@ export class CodexPluginController {
1055
: null;
1056
const pendingBind = conversation ? this.store.getPendingBind(conversation) : null;
1057
const monitorBinding = conversation ? this.store.getMonitorBinding(conversation) : null;
1058
- const pendingBind = conversation ? this.store.getPendingBind(conversation) : null;
1059
const existingBinding =
1060
conversation && currentBinding ? this.store.getBinding(conversation) : null;
1061
const hydratedBinding =
0 commit comments