We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7190805 commit c0415a6Copy full SHA for c0415a6
src/extensions/service-vendors/twilio/index.js
@@ -636,7 +636,7 @@ export async function getContactInfo({
636
const types = { fields: "line_type_intelligence" };
637
if (lookupName) {
638
// caller-name is more expensive
639
- types.fields = ("line_type_intelligence,caller-name");
+ types.fields = "line_type_intelligence,caller-name";
640
}
641
const contactInfo = {
642
contact_number: contactNumber,
0 commit comments