This commit is contained in:
boufni95 2025-01-29 15:14:37 +00:00
parent 565da33c5a
commit 5655e1692e

View file

@ -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)
}