Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmoradi committed May 28, 2024
1 parent adf512a commit c21d48f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public async Task SendSms(string messageText, string phoneNumber, CancellationTo

var messageOptions = new CreateMessageOptions(new(phoneNumber))
{
From = new PhoneNumber(appSettings.SmsSettings.FromPhoneNumber),
From = new(appSettings.SmsSettings.FromPhoneNumber),
Body = messageText
};

Expand Down

0 comments on commit c21d48f

Please sign in to comment.