update daily permalink
This commit is contained in:
parent
bd07fc7a25
commit
5de7573362
|
@ -9,7 +9,7 @@ export default async (_, res) => {
|
||||||
SELECT id
|
SELECT id
|
||||||
FROM "Item"
|
FROM "Item"
|
||||||
WHERE "pinId" IS NOT NULL
|
WHERE "pinId" IS NOT NULL
|
||||||
AND title = 'Daily discussion thread'
|
AND title = 'Stacker Saloon'
|
||||||
ORDER BY created_at DESC
|
ORDER BY created_at DESC
|
||||||
LIMIT 1`)
|
LIMIT 1`)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue