Re-work waiting for auth

This commit is contained in:
Jon Staab
2024-11-05 14:17:04 -08:00
parent ecb08cace9
commit 0ec2b6ec73
6 changed files with 50 additions and 47 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ export const feedLoader = new FeedLoader({
await load({onEvent, filters, relays})
} else {
await Promise.all(
Array.from(getFilterSelections(filters))
getFilterSelections(filters)
.map(opts => load({onEvent, ...opts}))
)
}