From 30196474c5f89fdff1744b60d62bd6d2fe3ae78d Mon Sep 17 00:00:00 2001 From: Leandro Facchinetti Date: Sat, 21 Mar 2020 03:31:34 -0400 Subject: [PATCH] . --- src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.tsx b/src/index.tsx index dba249a..113ee26 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -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`; }