Skip to content

Commit e58ca3d

Browse files
Update swift-sdk/Internal/in-app/InAppManager.swift
Co-authored-by: Joao Dordio <[email protected]>
1 parent 559f15a commit e58ca3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift-sdk/Internal/in-app/InAppManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ class InAppManager: NSObject, IterableInternalInAppManagerProtocol {
323323
callback: ITBURLCallback? = nil) {
324324
ITBInfo()
325325

326-
if message.isJsonOnly {
326+
guard !message.isJsonOnly else {
327327
return
328328
}
329329

0 commit comments

Comments
 (0)