File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/com/uid2/optout/vertx Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 66
77 <groupId >com.uid2</groupId >
88 <artifactId >uid2-optout</artifactId >
9- <version >4.5.1-alpha-136-SNAPSHOT </version >
9+ <version >4.5.0 </version >
1010 <name >uid2-optout</name >
1111 <url >https://github.com/IABTechLab/uid2-optout</url >
1212
Original file line number Diff line number Diff line change @@ -364,7 +364,7 @@ private void handleQueue(RoutingContext routingContext) {
364364 HttpServerRequest req = routingContext .request ();
365365
366366 // skip sqs queueing for validator operators (reference-operator, candidate-operator)
367- // this avoids tripple processing of the same request
367+ // this avoids triple processing of the same request
368368 String instanceId = req .getHeader (Audit .UID_INSTANCE_ID_HEADER );
369369 if (isValidatorOperatorRequest (instanceId )) {
370370 return ;
You can’t perform that action at this time.
0 commit comments