Skip to content

Commit

Permalink
Excesive perms.
Browse files Browse the repository at this point in the history
Fixes #7.
  • Loading branch information
arturolinares committed Aug 30, 2020
1 parent ef6d728 commit f15a57b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/lib/BridgeManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ export default class BridgeManager {
this.note = item;
this.notifyObserversOfUpdate();
})

this.componentManager.streamItems(["SN|Component", "SN|Theme", "SF|Extension"], (items) => {
this.items = items.filter((item) => {return !item.isMetadataUpdate});
});
}

save() {
Expand Down

0 comments on commit f15a57b

Please sign in to comment.