230628

230628

Random

Wow

My favorite book is coming to Netflix ! ! !

tsx
const linkSummaries = await db.linkSummary.findMany({
  where: {
    OR: [
      { body: "" },
      { body: null },
      { commentBody: "" },
      { commentBody: null },
    ],
  },
  take: 100,
});

Why is this giving rows full with body text?

2BC3E2

It was because of the upsert I was making!!!!

64D221

Backlinks0

No backlinks found.