Fix sync, rename kinds

This commit is contained in:
Jon Staab
2024-12-11 08:31:03 -08:00
parent 03c5103ee9
commit 6f75ef4ab9
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -170,7 +170,7 @@ export const pullWithoutNegentropy = async ({relays, filters, onEvent}: PullWith
relays,
filters: filters.filter(f => lt(f.since, until)).map(assoc('until', until)),
closeOnEose: true,
onClose: () => {
onComplete: () => {
done = !anyResults
resolve()
},