Resolve more Phone Lib issues.
This commit is contained in:
@@ -30,7 +30,7 @@ exports.send = (req, res) => {
|
||||
.create({
|
||||
body: body,
|
||||
messagingServiceSid: messagingServiceSid,
|
||||
to: phone(to)[0],
|
||||
to: phone(to).phoneNumber,
|
||||
mediaUrl: selectedMedia.map((i) => i.src),
|
||||
})
|
||||
.then((message) => {
|
||||
|
||||
Reference in New Issue
Block a user