Skip to content

Commit

Permalink
[MOB-10364] Update according to new discussiom
Browse files Browse the repository at this point in the history
  • Loading branch information
sumeruchat committed Jan 7, 2025
1 parent 1b7962d commit 95c0bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swift-sdk/Internal/in-app/InAppPersistence.swift
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ extension IterableInAppMessage: Codable {
try? container.encode(isJsonOnly ? 1 : 0, forKey: .jsonOnly)

try? container.encode(trigger, forKey: .trigger)
try? container.encode(saveToInbox && !isJsonOnly, forKey: .saveToInbox)
try? container.encode(saveToInbox, forKey: .saveToInbox)
try? container.encode(messageId, forKey: .messageId)
try? container.encode(campaignId as? Int, forKey: .campaignId)
try? container.encode(createdAt, forKey: .createdAt)
Expand Down

0 comments on commit 95c0bc6

Please sign in to comment.