Skip to content

Commit c0415a6

Browse files
remove parantheses
1 parent 7190805 commit c0415a6

File tree

1 file changed

+1
-1
lines changed
  • src/extensions/service-vendors/twilio

1 file changed

+1
-1
lines changed

src/extensions/service-vendors/twilio/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ export async function getContactInfo({
636636
const types = { fields: "line_type_intelligence" };
637637
if (lookupName) {
638638
// caller-name is more expensive
639-
types.fields = ("line_type_intelligence,caller-name");
639+
types.fields = "line_type_intelligence,caller-name";
640640
}
641641
const contactInfo = {
642642
contact_number: contactNumber,

0 commit comments

Comments
 (0)