Skip to content

Commit

Permalink
Fix RTM scenario (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-bigorajski authored Sep 29, 2024
2 parents a3b0134 + fc73341 commit b3ccaf2
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 b3ccaf2

Please sign in to comment.