Skip to content

Commit

Permalink
Fix RTM scenario after changes related to SQL enricher types auto con…
Browse files Browse the repository at this point in the history
…version (#190)
  • Loading branch information
lukasz-bigorajski authored Aug 28, 2024
1 parent 79d9b99 commit 33a2565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickstart-setup/setup/nu/scenarios/RTMClientNearPOS.json
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@
"id": "POS is currently opened",
"expression": {
"language": "spel",
"expression": "#pos_data != null AND #pos_data.open_hour != null AND #pos_data.close_hour != null AND #DATE.isBetween(#DATE.nowAtZone('Europe/Warsaw').toLocalTime, #pos_data.open_hour.toLocalTime(), #pos_data.close_hour.toLocalTime())"
"expression": "#pos_data != null AND #pos_data.open_hour != null AND #pos_data.close_hour != null AND #DATE.isBetween(#DATE.nowAtZone('Europe/Warsaw').toLocalTime, #pos_data.open_hour, #pos_data.close_hour)"
},
"isDisabled": null,
"additionalFields": {
Expand Down

0 comments on commit 33a2565

Please sign in to comment.