Skip to content

Commit

Permalink
Fix manual test
Browse files Browse the repository at this point in the history
  • Loading branch information
tedyoung committed Jun 17, 2024
1 parent cd95300 commit 01714f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/jitterted/mobreg/SendGridNotifier.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static void main(String[] args) throws IOException {
Content content = new Content("text/html", "and easy to do anywhere, even with Java");

Personalization personalization = new Personalization();
personalization.addTo(new Email("")); // TODO
personalization.addTo(to);

Mail mail = new Mail();
mail.setFrom(from);
Expand Down

0 comments on commit 01714f9

Please sign in to comment.