mirror of
https://github.com/hexastack/hexabot
synced 2025-04-30 11:04:37 +00:00
fix: use enum
This commit is contained in:
parent
172a167296
commit
9ffd965069
@ -184,12 +184,12 @@ describe('EnvelopeFactory', () => {
|
||||
const input = "Choose {{context.user.first_name}}'s option";
|
||||
const quickReplies = [
|
||||
{
|
||||
content_type: 'text',
|
||||
content_type: QuickReplyType.text,
|
||||
title: 'Yes {{contact.company_name}}',
|
||||
payload: 'do_{{context.user.id}}',
|
||||
},
|
||||
{
|
||||
content_type: 'text',
|
||||
content_type: QuickReplyType.text,
|
||||
title: 'No {{contact.company_name}}',
|
||||
payload: 'dont_{{context.user.id}}',
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user