better link card

This commit is contained in:
daniel31x13
2023-12-23 12:11:47 -05:00
parent 98106b9f25
commit 848a33a53e
15 changed files with 701 additions and 259 deletions
+9 -2
View File
@@ -60,7 +60,7 @@ async function processBatch() {
],
},
take: archiveTakeCount,
orderBy: { createdAt: "asc" },
orderBy: { id: "asc" },
include: {
collection: {
include: {
@@ -114,10 +114,17 @@ async function processBatch() {
{
readable: "pending",
},
///////////////////////
{
preview: null,
},
{
preview: "pending",
},
],
},
take: archiveTakeCount,
orderBy: { createdAt: "desc" },
orderBy: { id: "desc" },
include: {
collection: {
include: {