Skip to content
Merged

update #3789

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion webchat/configurations/usvc-staging.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import { PreEngagementFormDefinition } from "../src/pre-engagement-form";
const accountSid = "ACdc48c7f157a3a59aa62f48566f3df993";
const flexFlowSid = "FOc3527f331630685eac0b188843ee40c9";
const defaultLanguage = "en-US";
const captureIp = true;
const captureIp = false;
const checkOpenHours = false;
const contactType: ContactType = "ip";

Expand Down
Loading