Skip to content

Commit fc6eec7

Browse files
Merge pull request #258 from Countly/ab-opt-out-fix
Fixed AB opt out endpoint issue
2 parents 6df9266 + 0a7eef6 commit fc6eec7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

CountlyConnectionManager.m

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -590,9 +590,7 @@ - (void)sendExitABRequestForKeys:(NSArray*)keys
590590
if (keys)
591591
{
592592
queryString = [queryString stringByAppendingFormat:@"&%@=%@", kCountlyRCKeyKeys, [keys cly_JSONify]];
593-
}
594-
595-
queryString = [queryString stringByAppendingFormat:@"%@%@%@", kCountlyEndPointOverrideTag, kCountlyEndpointO, kCountlyEndpointSDK];
593+
}
596594

597595
[CountlyPersistency.sharedInstance addToQueue:queryString];
598596

0 commit comments

Comments
 (0)