From 4abc7b053ae6f3f5499c27a71d464f7f389711e9 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 20 Jan 2022 09:33:49 +0100 Subject: Fix peertube tools auth --- server/helpers/core-utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/helpers') 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 () { } function getAppNumber () { - return process.env.NODE_APP_INSTANCE + return process.env.NODE_APP_INSTANCE || '' } // --------------------------------------------------------------------------- -- cgit v1.2.3