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 93afe1f commit cdc7b7eCopy full SHA for cdc7b7e
services/libs/data-access-layer/src/old/apps/members_enrichment_worker/index.ts
@@ -140,7 +140,7 @@ export async function fetchMembersForEnrichment(
140
LEFT JOIN "membersGlobalActivityCount" ON "membersGlobalActivityCount"."memberId" = members.id
141
WHERE
142
${enrichableBySqlJoined}
143
- AND coalesce((m.attributes ->'isBot'->>'default')::boolean, false) = false
+ AND coalesce((members.attributes ->'isBot'->>'default')::boolean, false) = false
144
AND members."deletedAt" IS NULL
145
AND (${cacheAgeInnerQueryItems.join(' OR ')})
146
GROUP BY members.id
0 commit comments