Skip to content

Commit

Permalink
Fixing updating the user and sending SMS code
Browse files Browse the repository at this point in the history
  • Loading branch information
Wayne Rambo committed Aug 21, 2019
1 parent 9ad94c9 commit b1d0791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Parse.Cloud.define("inviteWithTwilio", function(request, response) {
twilioClient.messages.create({
body: 'Hello from Node',
to: '+12062806700', // Text this number
from: '+12345678901' // From a valid Twilio number
from: '+12012560616' // From a valid Twilio number
})
.then((message) => console.log(message.sid));

Expand Down

0 comments on commit b1d0791

Please sign in to comment.