230628
Warning
This post is more than a year old. Information may be outdated.
Random
Wow
import YouTube from '@site/src/components/youtube';
My favorite book is coming to Netflix ! ! !
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?

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

Backlinks (0)
No backlinks found.