Merge branch 'main' into feat/v2

This commit is contained in:
2023-10-18 14:53:11 +07:00
6 changed files with 6 additions and 5 deletions

View File

@@ -26,8 +26,8 @@ export const NDKInstance = () => {
const onlineRelays = new Set(relays);
for (const relay of relays) {
const url = new URL(relay);
try {
const url = new URL(relay);
const res = await fetch(`https://${url.hostname}`, {
method: 'GET',
headers: {