From 974e4066b349ec4e41efa49b0c6bf926a8f1ca0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Musia=C5=82owski?= Date: Thu, 5 Dec 2024 14:18:44 +0100 Subject: [PATCH] WIP demo namespace change. --- demos/xray_wip/demo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/xray_wip/demo.js b/demos/xray_wip/demo.js index a8b5f20..9d2d5ea 100644 --- a/demos/xray_wip/demo.js +++ b/demos/xray_wip/demo.js @@ -67,7 +67,7 @@ async function getPostmanJSON (htmlInputFile) { for (file of htmlInputFile.files) { try { fileJSON = JSON.parse(await file.text()); - if (Connectors.Morningstar.isPostmanEnvironmentJSON(fileJSON)) { + if (HighchartsConnectors.Morningstar.isPostmanEnvironmentJSON(fileJSON)) { break; } } catch (error) {