Skip to content

Commit 232f2d5

Browse files
committed
Update InternalIterableAPI.swift
1 parent cecf2e1 commit 232f2d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift-sdk/Internal/InternalIterableAPI.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ final class InternalIterableAPI: NSObject, PushTrackerProtocol, AuthProvider {
534534
attributionInfo = IterableAttributionInfo(campaignId: metadata.campaignId, templateId: templateId, messageId: metadata.messageId)
535535
}
536536

537-
if !metadata.isGhostPush {
537+
if !metadata.isGhostPush { // save lastpuspayload only if it is NOT a ghostpush
538538
lastPushPayload = payload
539539
}
540540
}

0 commit comments

Comments
 (0)