We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cee43e0 commit 7b52b0fCopy full SHA for 7b52b0f
api/payIn/types/itemCreate.js
@@ -210,7 +210,7 @@ export async function onPaid (tx, payInId) {
210
// denormalize ncomments, lastCommentAt for ancestors, and insert into reply table
211
await tx.$executeRaw`
212
WITH comment AS (
213
- SELECT "Item".*, users.trust
+ SELECT "Item".*
214
FROM "Item"
215
JOIN users ON "Item"."userId" = users.id
216
WHERE "Item".id = ${item.id}::INTEGER
0 commit comments