We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b0e825 commit 08b4f3bCopy full SHA for 08b4f3b
packages/jobs/src/transactions/sync.ts
@@ -26,6 +26,8 @@ client.defineJob({
26
.eq("team_id", teamId)
27
.eq("enabled", true)
28
.neq("bank_connection.status", "disconnected")
29
+ // Remove this when GoCardless is fixed
30
+ .neq("bank_connection.provider", "gocardless")
31
.eq("manual", false);
32
33
if (accountsError) {
0 commit comments