Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
blurymind committed Sep 13, 2024
1 parent f8ae116 commit 1092829
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/public/plugins/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,8 @@ export var Plugins = function (app) {
try{
const resourcesListArray = Array.from(resourcesList)
resourcesListArray.forEach((resourceName, index) => {
getVloatileResource(resourceName).then(data=> {
getVloatileResource(resourceName).then(data=> {// todo this needs to also attempt to get themfrom gist provided in the url - if they have never been loaded!
// todo this is so the demo url will work out of the box
result[resourceName.split('.')[0]] = JSON.parse(data.content);
if(index === resourcesListArray.length - 1) resolve(result);
})
Expand Down

0 comments on commit 1092829

Please sign in to comment.