Skip to content

Commit

Permalink
changed parsing to be nested under verify
Browse files Browse the repository at this point in the history
  • Loading branch information
GreenAsGrassAP committed Jul 5, 2024
1 parent ef531e9 commit e649cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/trustedform.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ const response = (vars, req, res) => {
parent_page_url: parsed.insights?.properties?.parent_page_url,

languages: parsed.verify?.languages,
language_approved: parsed.insights?.result?.language_approved,
language_approved: parsed.verify?.result?.language_approved,
success: parsed.verify?.result?.success,
}, (v) => { return !isUndefined(v); });
// only include this property if page scan was selected
Expand Down

0 comments on commit e649cdb

Please sign in to comment.