Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #34 from regulaforensics/develop
Browse files Browse the repository at this point in the history
Fix authenticity ident
  • Loading branch information
aliaksandr-drozd authored Mar 14, 2024
2 parents 679000c + bf83779 commit 8ae14d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.34",
"version": "0.0.35",
"author": "Regula Forensics, Inc.",
"name": "@regulaforensics/document-reader-recipes",
"description": "Document Reader Recipes",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ export const getAuthenticityCheckList = (input: ProcessResponse): RAuthenticityC

if (AuthenticityIdentCheckResult.isBelongs(item)) {
item.List.forEach((subItem) => {
if (subItem.Type !== eAuthenticity.IMAGE_PATTERN) {
return
}

current.ident.push(RAuthenticityIdentCheckListItem.fromPlain({
securityFeatureType: subItem.Type,
checkResult: subItem.ElementResult ?? eCheckResult.WAS_NOT_DONE,
Expand Down

0 comments on commit 8ae14d4

Please sign in to comment.