Skip to content

Commit

Permalink
chore: fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
saleel committed Oct 6, 2024
1 parent 25119b0 commit 5a0d315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/helpers/src/input-generators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export function generateEmailVerifierInputsFromDKIMResult(
if (params.enableHeaderMasking) {
circuitInputs.headerMask = params.headerMask;
}

if (!params.ignoreBodyHashCheck) {
if (!body || !bodyHash) {
throw new Error(
Expand Down

0 comments on commit 5a0d315

Please sign in to comment.