Skip to content

Commit

Permalink
rollback unwanted changes
Browse files Browse the repository at this point in the history
  • Loading branch information
codemist committed Nov 14, 2024
1 parent a1185b1 commit 2dece42
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 113 deletions.
112 changes: 0 additions & 112 deletions src/db/tables/breaches.js

This file was deleted.

2 changes: 1 addition & 1 deletion src/utils/breaches.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ async function getAllEmailsAndBreaches(
verifiedEmails.push(
await bundleVerifiedEmails({
user,
email: user.primary_email,
email: email.email,
recordId: email.id,
recordVerified: email.verified,
allBreaches,
Expand Down

0 comments on commit 2dece42

Please sign in to comment.