Skip to content

Commit 84f836d

Browse files
Update lib/Message.ts
Co-authored-by: Renato Becker <renato.augusto.becker@gmail.com>
1 parent 85fb268 commit 84f836d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Message.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const createDialogflowMessage = async (rid: string, read: IRead, modify:
1414
const { text, options } = message as IDialogflowQuickReplies;
1515

1616
if (text && options) {
17-
// message is instanceof IDialogflowQuickReplies
17+
1818
const elements: Array<IButtonElement> = options.map((payload: IDialogflowQuickRepliesOptions) => ({
1919
type: BlockElementType.BUTTON,
2020
text: {

0 commit comments

Comments
 (0)