Skip to content

Commit

Permalink
Fix RTM scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
Łukasz Bigorajski committed Sep 27, 2024
1 parent a3b0134 commit fc73341
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
"varName": "consents",
"value": {
"language": "spel",
"expression": "#UTIL.split(#clientData.consents, '_')"
"expression": "#clientData.consents != null ? #UTIL.split(#clientData.consents, '_') : {}"
},
"additionalFields": {
"description": "We are transforming and then assigning consents to variable consents",
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
LIBRARY_DOCKER_IMAGE_VERSION=0.4.0
LIBRARY_DOCKER_IMAGE_VERSION=0.4.1

0 comments on commit fc73341

Please sign in to comment.