chore: update dependencies

This commit is contained in:
2023-12-23 09:05:52 +07:00
parent ee4e6b1ee6
commit 9591d8626d
3 changed files with 33 additions and 3 deletions

View File

@@ -196,8 +196,6 @@ export class Ark {
? [this.settings.tunnelUrl, this.settings.tunnelUrl + '/']
: [];
console.log(blacklistRelayUrls);
const cacheAdapter = new NDKCacheAdapterTauri(this.#storage);
const ndk = new NDK({
cacheAdapter,