Skip to content

Commit 69b03b3

Browse files
committed
comment style
1 parent 2ea8f5f commit 69b03b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Leanplum-SDK/Classes/LPActionManager.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1090,7 +1090,7 @@ - (LeanplumMessageMatchResult)shouldShowMessage:(NSString *)messageId
10901090
NSDictionary *limitConfig = messageConfig[@"whenLimits"];
10911091
result.matchedLimit = [self matchesLimits:limitConfig messageId:messageId];
10921092

1093-
// 4. Must be within active period
1093+
// 4. Must be within active period.
10941094
NSTimeInterval now = [[NSDate date] timeIntervalSince1970];
10951095
NSTimeInterval startTime = [messageConfig[@"startTime"] doubleValue] / 1000.0;
10961096
NSTimeInterval endTime = [messageConfig[@"endTime"] doubleValue] / 1000.0;

0 commit comments

Comments
 (0)