We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 93a74a2 + b897f52 commit a8ea245Copy full SHA for a8ea245
src/main/java/com/uid2/operator/vertx/UIDOperatorVerticle.java
@@ -1037,7 +1037,7 @@ private void handleIdentityMap(RoutingContext rc) {
1037
if (input == null) {
1038
ResponseUtil.ClientError(rc, "Required Parameter Missing: exactly one of email or email_hash must be specified");
1039
}
1040
- else if (input.isValid()) {
+ else if (!input.isValid()) {
1041
ResponseUtil.ClientError(rc, "Invalid email or email_hash");
1042
1043
else {
0 commit comments