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.
1 parent 2ea8f5f commit 69b03b3Copy full SHA for 69b03b3
Leanplum-SDK/Classes/LPActionManager.m
@@ -1090,7 +1090,7 @@ - (LeanplumMessageMatchResult)shouldShowMessage:(NSString *)messageId
1090
NSDictionary *limitConfig = messageConfig[@"whenLimits"];
1091
result.matchedLimit = [self matchesLimits:limitConfig messageId:messageId];
1092
1093
- // 4. Must be within active period
+ // 4. Must be within active period.
1094
NSTimeInterval now = [[NSDate date] timeIntervalSince1970];
1095
NSTimeInterval startTime = [messageConfig[@"startTime"] doubleValue] / 1000.0;
1096
NSTimeInterval endTime = [messageConfig[@"endTime"] doubleValue] / 1000.0;
0 commit comments