Skip to content

Commit d4d9e9e

Browse files
committed
Added Environment variable
Environment = "DEV" in INCLUDES_CUSTOM_GLOBALS
1 parent 6464ca7 commit d4d9e9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
128 KB
Binary file not shown.

Scripts/Event/INCLUDES_CUSTOM_GLOBALS.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
if (matches(currentUserID, 'KHOBDAY', 'DMEEK')) {
22
showDebug = true;
33
}
4-
4+
Environment = "DEV";
55
// get first address for emails FOR WTUA and ASA
6-
var CapAddress = "";
6+
CapAddress = "";
77
capAddressResult1 = aa.address.getAddressByCapId(capId);
88
if (capAddressResult1.getSuccess()) {
99
Address = capAddressResult1.getOutput();

0 commit comments

Comments
 (0)