This commit is contained in:
Leandro Facchinetti 2021-03-13 10:24:51 +00:00
parent 25f0ee71d8
commit accfadf188
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ export default function killTheNewsletter(
sql` sql`
INSERT INTO "entries" ("reference", "feed", "title", "author", "content") INSERT INTO "entries" ("reference", "feed", "title", "author", "content")
VALUES ( VALUES (
${newReference()} ${newReference()},
${feedId}, ${feedId},
${welcomeTitle}, ${welcomeTitle},
'Kill the Newsletter!', 'Kill the Newsletter!',