From fe122c4f54b7053042f9be02e86be1a4926bf940 Mon Sep 17 00:00:00 2001 From: SnehaRH Date: Fri, 19 Dec 2025 20:04:08 +0530 Subject: [PATCH] fix: comma was missing in ci file --- src/environments/environment.ci.ts.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/environments/environment.ci.ts.template b/src/environments/environment.ci.ts.template index 99127f2..8a99f35 100644 --- a/src/environments/environment.ci.ts.template +++ b/src/environments/environment.ci.ts.template @@ -559,7 +559,7 @@ export const environment = { getUserId: `${COMMON_API}user/userName/`, enableCHOReportBtn: enableCHOReportBtn, - dhisURL:dhisURL + dhisURL:dhisURL, elasticSearchUrl: `${HWC_API}registrar/quickSearchES`, };