This commit is contained in:
parent
69e9f5ffbb
commit
30196474c5
|
@ -252,7 +252,7 @@ function feedURL(identifier: string): string {
|
||||||
return `https://www.kill-the-newsletter.com/feeds/${identifier}.xml`;
|
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`;
|
return `${identifier}@kill-the-newsletter.com`;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue