chore: debug metadata controller
All checks were successful
Release to Staging / build_and_release (push) Successful in 45s
All checks were successful
Release to Staging / build_and_release (push) Successful in 45s
This commit is contained in:
parent
0668226df1
commit
a4c2b50a16
@ -23,6 +23,9 @@ export class MetadataController {
|
|||||||
import.meta.env.VITE_APP_RELAY
|
import.meta.env.VITE_APP_RELAY
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
|
|
||||||
|
console.log('this.ndk :>> ', this.ndk)
|
||||||
|
|
||||||
this.ndk
|
this.ndk
|
||||||
.connect()
|
.connect()
|
||||||
.then(() => {
|
.then(() => {
|
||||||
@ -75,7 +78,7 @@ export class MetadataController {
|
|||||||
if (!MetadataController.instance) {
|
if (!MetadataController.instance) {
|
||||||
MetadataController.instance = new MetadataController()
|
MetadataController.instance = new MetadataController()
|
||||||
|
|
||||||
MetadataController.instance.setAdminRelays()
|
await MetadataController.instance.setAdminRelays()
|
||||||
}
|
}
|
||||||
return MetadataController.instance
|
return MetadataController.instance
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user