Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1023 from jpowers/fix-twilio-typo
Browse files Browse the repository at this point in the history
Fix typo preventing Twilio Media Urls
  • Loading branch information
Ben Brown authored Sep 18, 2017
2 parents 3304b43 + 3d0a36a commit 1b1d597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/TwilioSMSBot.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ function TwilioSMS(configuration) {
platform_message.from = configuration.twilio_number;
platform_message.to = message.channel;

if (message.hasOwnProperty('medaUrl')) {
if (message.hasOwnProperty('mediaUrl')) {
platform_message.mediaUrl = message.mediaUrl;
}

Expand Down

0 comments on commit 1b1d597

Please sign in to comment.