Skip to content

Commit

Permalink
Update SendSubscriberEmail.cs
Browse files Browse the repository at this point in the history
Fix Typo
  • Loading branch information
dyuvaraaj committed Sep 17, 2024
1 parent 332c584 commit ee073ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NotificationSystem/SendSubscriberEmail.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public static async Task<string> CreateBody(CloudQueue cloudQueue)
await cloudQueue.DeleteMessageAsync(message);
}

return EmailTemplate.GeSubscriberEmailBody(messagesJson);
return EmailTemplate.GetSubscriberEmailBody(messagesJson);
}
}
}

0 comments on commit ee073ab

Please sign in to comment.