Skip to content

Commit

Permalink
indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-fidd committed Oct 8, 2024
1 parent de45e1b commit 565aeeb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/loot-core/src/server/db/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -590,10 +590,10 @@ const orphanedPayeesQuery = `
AND p.transfer_acct IS NULL
AND t.id IS NULL
AND NOT EXISTS (
SELECT 1
FROM rules r,
json_each(r.conditions) as cond
WHERE json_extract(cond.value, '$.field') = 'description'
SELECT 1
FROM rules r,
json_each(r.conditions) as cond
WHERE json_extract(cond.value, '$.field') = 'description'
AND json_extract(cond.value, '$.value') = pm.targetId
);
`;
Expand Down

0 comments on commit 565aeeb

Please sign in to comment.