Skip to content

Commit

Permalink
revert debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
serdiukov-o-nordwhale committed Sep 12, 2020
1 parent e09a001 commit bae62c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/verification/processor/provider/ZoomProvider.js
Expand Up @@ -84,7 +84,7 @@ class ZoomProvider implements IEnrollmentProvider {
}

// if there're at least one record left - we have a duplicate
const isDuplicate = false //!!duplicate
const isDuplicate = !!duplicate

// notifying about duplicates found or not
await notifyProcessor({ isDuplicate })
Expand Down

0 comments on commit bae62c0

Please sign in to comment.