Skip to content

Commit

Permalink
[MOB-9233] Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sumeruchat committed Jan 3, 2025
1 parent 228b041 commit 5c4774b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions swift-sdk/Internal/in-app/InAppContentParser.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ enum InAppContentParseResult {
struct InAppContentParser {
static func parse(contentDict: [AnyHashable: Any]) -> InAppContentParseResult {
let contentType: IterableInAppContentType

if let contentTypeStr = contentDict[JsonKey.InApp.type] as? String {
contentType = IterableInAppContentType.from(string: contentTypeStr)
} else if let contentTypeStr = contentDict[JsonKey.InApp.contentType] as? String {
Expand Down

0 comments on commit 5c4774b

Please sign in to comment.