Skip to content

Commit

Permalink
Adapt distribution changes to RNANews dmeo
Browse files Browse the repository at this point in the history
  • Loading branch information
Eskils committed Aug 19, 2024
1 parent 5203be7 commit 51a3fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/rna-news/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ async function getPostmanJSON (htmlInputFile) {
for (file of htmlInputFile.files) {
try {
fileJSON = JSON.parse(await file.text());
if (MorningstarConnectors.isPostmanEnvironmentJSON(fileJSON)) {
if (Connectors.Morningstar.isPostmanEnvironmentJSON(fileJSON)) {
break;
}
} catch (error) {
Expand Down

0 comments on commit 51a3fa4

Please sign in to comment.