chore: debug metadata controller
All checks were successful
Release to Staging / build_and_release (push) Successful in 45s

This commit is contained in:
daniyal 2024-08-10 00:04:14 +05:00
parent 0668226df1
commit a4c2b50a16

View File

@ -23,6 +23,9 @@ export class MetadataController {
import.meta.env.VITE_APP_RELAY
]
})
console.log('this.ndk :>> ', this.ndk)
this.ndk
.connect()
.then(() => {
@ -75,7 +78,7 @@ export class MetadataController {
if (!MetadataController.instance) {
MetadataController.instance = new MetadataController()
MetadataController.instance.setAdminRelays()
await MetadataController.instance.setAdminRelays()
}
return MetadataController.instance
}