aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers/core-utils.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/helpers/core-utils.ts')
-rw-r--r--server/helpers/core-utils.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/helpers/core-utils.ts b/server/helpers/core-utils.ts
index 531ccfba9..0ec45eb2e 100644
--- a/server/helpers/core-utils.ts
+++ b/server/helpers/core-utils.ts
@@ -153,7 +153,7 @@ function isProdInstance () {
153} 153}
154 154
155function getAppNumber () { 155function getAppNumber () {
156 return process.env.NODE_APP_INSTANCE 156 return process.env.NODE_APP_INSTANCE || ''
157} 157}
158 158
159// --------------------------------------------------------------------------- 159// ---------------------------------------------------------------------------