diff --git a/NotificationSystem/SendSubscriberEmail.cs b/NotificationSystem/SendSubscriberEmail.cs index 0a8bf88..eae3201 100644 --- a/NotificationSystem/SendSubscriberEmail.cs +++ b/NotificationSystem/SendSubscriberEmail.cs @@ -64,7 +64,7 @@ public static async Task CreateBody(CloudQueue cloudQueue) await cloudQueue.DeleteMessageAsync(message); } - return EmailTemplate.GeSubscriberEmailBody(messagesJson); + return EmailTemplate.GetSubscriberEmailBody(messagesJson); } } }