Skip to content

Commit 7b52b0f

Browse files
committed
remove unused trust column ref
1 parent cee43e0 commit 7b52b0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/payIn/types/itemCreate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ export async function onPaid (tx, payInId) {
210210
// denormalize ncomments, lastCommentAt for ancestors, and insert into reply table
211211
await tx.$executeRaw`
212212
WITH comment AS (
213-
SELECT "Item".*, users.trust
213+
SELECT "Item".*
214214
FROM "Item"
215215
JOIN users ON "Item"."userId" = users.id
216216
WHERE "Item".id = ${item.id}::INTEGER

0 commit comments

Comments
 (0)