Skip to content

Commit

Permalink
WIP demo namespace change.
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil-musialowski committed Dec 5, 2024
1 parent d82e0c1 commit 974e406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/xray_wip/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 974e406

Please sign in to comment.