Skip to content

Commit

Permalink
remove prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
shamsartem committed Aug 14, 2023
1 parent 0e68e7c commit 9811929
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,7 @@ function genFlags(peerId, relays, relayIdx) {
window.collectedData.serviceBlueprints.add(service.blueprint_id);

let blueprint = window.collectedData.blueprints.get(service.blueprint_id);
for (let prefixedHash of blueprint.dependencies) {
let moduleHash = prefixedHash.split(':')[1];
for (let moduleHash of blueprint.dependencies) {
window.collectedData.serviceModules.add(moduleHash);

let module = window.collectedData.modules.get(moduleHash);
Expand Down

0 comments on commit 9811929

Please sign in to comment.