Skip to content

Commit 2f02816

Browse files
committed
fix typo
1 parent 06acd08 commit 2f02816

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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

src/main/java/com/uid2/optout/vertx/OptOutServiceVerticle.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)