Skip to content

Commit 96bda29

Browse files
authored
#1568 | CCV2 | Adjust JSON Unscrambler
1 parent 3ca6eb4 commit 96bda29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ccv2/core/src/sap/commerce/toolset/ccv2/unscramble/CCv2UnscrambleService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class CCv2UnscrambleService {
6666
.jsonObject["thrown"]
6767
?.takeUnless { it is JsonNull }
6868
?.jsonObject
69-
?.takeIf { it.containsKey("extendedStackTrace") && it.containsKey("cause") }
69+
?.takeIf { it.containsKey("extendedStackTrace") }
7070
} catch (_: SerializationException) {
7171
null
7272
}

0 commit comments

Comments
 (0)