We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4af91d5 commit 0a5ff90Copy full SHA for 0a5ff90
1 file changed
src/bot/acceptPairingSlot.ts
@@ -20,6 +20,7 @@ export const acceptPairingSlot = {
20
this.app = app;
21
app.action(ActionId.PAIRING_SUBMIT_SLOTS, this.handleSubmitSlots.bind(this));
22
app.action(ActionId.PAIRING_DECLINE_ALL, this.handleDeclineAll.bind(this));
23
+ app.action(ActionId.PAIRING_SLOT_SELECTIONS, ({ ack }) => ack());
24
},
25
26
async handleSubmitSlots({ ack, body, client }: ActionParam): Promise<void> {
0 commit comments