We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ca6eb4 commit 96bda29Copy full SHA for 96bda29
modules/ccv2/core/src/sap/commerce/toolset/ccv2/unscramble/CCv2UnscrambleService.kt
@@ -66,7 +66,7 @@ class CCv2UnscrambleService {
66
.jsonObject["thrown"]
67
?.takeUnless { it is JsonNull }
68
?.jsonObject
69
- ?.takeIf { it.containsKey("extendedStackTrace") && it.containsKey("cause") }
+ ?.takeIf { it.containsKey("extendedStackTrace") }
70
} catch (_: SerializationException) {
71
null
72
}
0 commit comments