This commit is contained in:
Leandro Facchinetti 2020-03-21 03:31:34 -04:00
parent 69e9f5ffbb
commit 30196474c5
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ function feedURL(identifier: string): string {
return `https://www.kill-the-newsletter.com/feeds/${identifier}.xml`;
}
export function feedEmail(identifier: string): string {
function feedEmail(identifier: string): string {
return `${identifier}@kill-the-newsletter.com`;
}