Skip to content

Commit 9f283ec

Browse files
committed
Code fix.
1 parent 7380f2b commit 9f283ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnetv3/Pinpoint/SendEmailMessage/SendEmail.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public static async Task<MessageResponse> SendEmailMessage(
9191
toAddress,
9292
new AddressConfiguration
9393
{
94-
ChannelType = "EMAIL"
94+
ChannelType = ChannelType.EMAIL
9595
}
9696
}
9797
},

0 commit comments

Comments
 (0)