Skip to content

Commit

Permalink
Update INewsletterTemplate.cs
Browse files Browse the repository at this point in the history
Add applicationUrl
  • Loading branch information
Unimatrix0 authored Nov 7, 2023
1 parent 1003349 commit e2971f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Ombi.Notifications.Templates/INewsletterTemplate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
{
public interface INewsletterTemplate
{
string LoadTemplate(string subject, string intro, string tableHtml, string logo, string unsubscribeLink);
string LoadTemplate(string subject, string intro, string tableHtml, string logo, string unsubscribeLink, string applicationUrl);
}
}
}

0 comments on commit e2971f8

Please sign in to comment.