Skip to content

Commit

Permalink
🐛 FIX: Notification env property 2.1.83
Browse files Browse the repository at this point in the history
  • Loading branch information
jpontdia committed Jun 19, 2024
1 parent 901249b commit 3e1eb01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>176302a0-a94d-44e9-a517-9e6dc9548d0d</groupId>
<artifactId>bcrm-etl-service-asset</artifactId>
<version>2.1.82</version>
<version>2.1.83</version>
<packaging>mule-application</packaging>
<name>bcrm-etl-service</name>
<description>BCRM ETL process for SSOT</description>
Expand Down
2 changes: 1 addition & 1 deletion src/main/mule/common-notification.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<cloudhub:message><![CDATA[#["${notification.message.erroretl}" ++ ": " ++ error.description default ""]]]></cloudhub:message>
<cloudhub:custom-properties><![CDATA[#[output application/java ---
{
env: vars.env,
env: p('env') default "local",
correlationId: correlationId,
date: (now() >> "US/Central") as String {format: "uuuu-MM-dd, KK:mm:ss O"},
view: vars.view default "",
Expand Down

0 comments on commit 3e1eb01

Please sign in to comment.