From 46c6a86e85d09dbaa4dab926c796d3d884af63dc Mon Sep 17 00:00:00 2001
From: emrah <emrah.eryilmaz@nordeck.net>
Date: Wed, 23 Oct 2024 15:21:31 +0300
Subject: [PATCH] fix(files): format custom-interface_config.js

---
 charts/opendesk-jitsi/files/web/custom-interface_config.js | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/charts/opendesk-jitsi/files/web/custom-interface_config.js b/charts/opendesk-jitsi/files/web/custom-interface_config.js
index 38026a2..6a9ee5b 100644
--- a/charts/opendesk-jitsi/files/web/custom-interface_config.js
+++ b/charts/opendesk-jitsi/files/web/custom-interface_config.js
@@ -1,6 +1,7 @@
 // SPDX-FileCopyrightText: 2023 Bundesministerium des Innern und für Heimat, PG ZenDiS "Projektgruppe für Aufbau ZenDiS"
 // SPDX-License-Identifier: Apache-2.0
-interfaceConfig.APP_NAME = '{{ .Values.theme.texts.productName }} Videoconference';
+interfaceConfig.APP_NAME =
+  "{{ .Values.theme.texts.productName }} Videoconference";
 interfaceConfig.DISABLE_JOIN_LEAVE_NOTIFICATIONS = true;
 interfaceConfig.DISABLE_PRESENCE_STATUS = true;
 interfaceConfig.DISABLE_TRANSCRIPTION_SUBTITLES = true;
@@ -10,4 +11,5 @@ interfaceConfig.ENABLE_DIAL_OUT = false;
 interfaceConfig.GENERATE_ROOMNAMES_ON_WELCOME_PAGE = true;
 interfaceConfig.RECENT_LIST_ENABLED = true;
 interfaceConfig.SHOW_JITSI_WATERMARK = true;
-interfaceConfig.JITSI_WATERMARK_LINK = 'https://{{ .Values.global.hosts.univentionCorporateServer }}.{{ .Values.global.domain }}';
+interfaceConfig.JITSI_WATERMARK_LINK =
+  "https://{{ .Values.global.hosts.univentionCorporateServer }}.{{ .Values.global.domain }}";
-- 
GitLab