Continue re-working router to not use values, but include weight

This commit is contained in:
Jon Staab
2024-11-04 09:39:25 -08:00
parent 75aec594e2
commit ea86d1dbf0
4 changed files with 107 additions and 242 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ export const feedLoader = new FeedLoader({
await load({onEvent, filters, relays})
} else {
await Promise.all(
getFilterSelections(filters)
Array.from(getFilterSelections(filters))
.map(opts => load({onEvent, ...opts}))
)
}