diff --git a/src/services/main/index.ts b/src/services/main/index.ts index e7c8e41d..08001081 100644 --- a/src/services/main/index.ts +++ b/src/services/main/index.ts @@ -76,7 +76,7 @@ export default class { this.appUserManager = new AppUserManager(this.storage, this.settings, this.applicationManager) this.debitManager = new DebitManager(this.storage, this.lnd, this.applicationManager) this.offerManager = new OfferManager(this.storage, this.lnd, this.applicationManager, this.productManager) - this.webRTC = new webRTC() + this.webRTC = new webRTC(this.storage) }