This commit is contained in:
parent
25f0ee71d8
commit
accfadf188
|
@ -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!',
|
||||||
|
|
Loading…
Reference in New Issue