Skip to content

Commit 0a5ff90

Browse files
authored
Ack checkbox action to fix 3-second timeout warning (#543)
1 parent 4af91d5 commit 0a5ff90

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/bot/acceptPairingSlot.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export const acceptPairingSlot = {
2020
this.app = app;
2121
app.action(ActionId.PAIRING_SUBMIT_SLOTS, this.handleSubmitSlots.bind(this));
2222
app.action(ActionId.PAIRING_DECLINE_ALL, this.handleDeclineAll.bind(this));
23+
app.action(ActionId.PAIRING_SLOT_SELECTIONS, ({ ack }) => ack());
2324
},
2425

2526
async handleSubmitSlots({ ack, body, client }: ActionParam): Promise<void> {

0 commit comments

Comments
 (0)