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 96924cc commit 0f22c5e
Showing 1 changed file with 2 additions and 2 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 @@ -14,8 +14,8 @@ extension IterableInAppContentType: CustomStringConvertible {
return "html"
case .alert:
return "alert"
case .json:
return "json"
case .json:
return "json"
case .banner:
return "banner"
}
Expand Down

0 comments on commit 0f22c5e

Please sign in to comment.