Skip to content

Commit 825a566

Browse files
committed
resolve merge conflicts
1 parent 195aaec commit 825a566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/resolvers/notifications.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ export default {
268268
WHERE "Withdrawl"."userId" = $1
269269
AND "Withdrawl".status = 'CONFIRMED'
270270
AND "Withdrawl".created_at < $2
271-
AND ("InvoiceForward"."id" IS NULL OR "Invoice"."actionType" = 'ZAP')
271+
AND "InvoiceForward"."id" IS NULL
272272
GROUP BY "Withdrawl".id
273273
ORDER BY "sortTime" DESC
274274
LIMIT ${LIMIT})`

0 commit comments

Comments
 (0)