Skip to content

Commit

Permalink
[MOB-9233] Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sumeruchat committed Jan 3, 2025
1 parent 0f22c5e commit 735e782
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions swift-sdk/Internal/in-app/InAppPersistence.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ extension IterableInAppContentType {
return .alert
case String(describing: IterableInAppContentType.banner).lowercased():
return .banner
case String(describing: IterableInAppContentType.json).lowercased():
return .json
case String(describing: IterableInAppContentType.json).lowercased():
return .json
default:
return .html
}
Expand Down
2 changes: 1 addition & 1 deletion swift-sdk/SDK/IterableMessaging.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public extension Notification.Name {

@objc public enum IterableInAppContentType: Int, Codable {
case html
case json
case json
case alert
case banner
}
Expand Down

0 comments on commit 735e782

Please sign in to comment.