From 0f22c5eed99bbb25b2f17cdb0c219e9370c47f11 Mon Sep 17 00:00:00 2001 From: Sumeru Chatterjee Date: Fri, 3 Jan 2025 15:42:22 +0100 Subject: [PATCH] [MOB-9233] Fixes --- swift-sdk/Internal/in-app/InAppPersistence.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/swift-sdk/Internal/in-app/InAppPersistence.swift b/swift-sdk/Internal/in-app/InAppPersistence.swift index 7177bbdb..bbb978ad 100644 --- a/swift-sdk/Internal/in-app/InAppPersistence.swift +++ b/swift-sdk/Internal/in-app/InAppPersistence.swift @@ -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" }