Skip to content

Commit c006f8f

Browse files
author
Avinash Ramesha
committed
fix: fixed accessory type
Changelog - Fixed conversations select accessory type.
1 parent 5e2a74c commit c006f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Accessory/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ class Accessory {
140140
}) {
141141
const element = {
142142
accessory: {
143-
type: "conversation_select",
143+
type: "conversations_select",
144144
filter: {
145145
include: filter,
146146
exclude_bot_users: excludeBotUsers,

0 commit comments

Comments
 (0)