Add eject flow

This commit is contained in:
Jon Staab
2024-12-04 10:10:41 -08:00
parent efb0528f76
commit 2e05eee9e7
4 changed files with 123 additions and 9 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
const abortController = new AbortController()
const relays = BURROW_URL.startsWith('http://')
const relays = BURROW_URL.startsWith("http://")
? [normalizeRelayUrl("ws://" + stripProtocol(BURROW_URL))]
: [normalizeRelayUrl(BURROW_URL)]