From e20687f3e31947f70eb7d52a5ee33170a8711af2 Mon Sep 17 00:00:00 2001 From: Mohammad Torkashvand <mohammad.torkashvand@geant.org> Date: Mon, 8 Jan 2024 17:19:14 +0100 Subject: [PATCH] fix building issue --- custom/custom_env.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/custom_env.js b/custom/custom_env.js index eda2ecc..2b69ba1 100644 --- a/custom/custom_env.js +++ b/custom/custom_env.js @@ -1 +1 @@ -window.__env__.REACT_APP_OPA_BUNDLE_URL = "${REACT_APP_OPA_BUNDLE_URL}"; \ No newline at end of file +window.__env__.REACT_APP_OPA_BUNDLE_URL = "${REACT_APP_OPA_BUNDLE_URL}"; -- GitLab