eventstore: fix maxLimit handling when filter.Limit is unset.

This commit is contained in:
fiatjaf
2025-05-12 06:12:58 -03:00
parent 9a0b263ecc
commit 65411a10c8
4 changed files with 3 additions and 5 deletions
-2
View File
@@ -12,8 +12,6 @@ import (
var serialDelete uint32 = 0
func (b *BadgerBackend) DeleteEvent(id nostr.ID) error {
fmt.Println("...", id)
deletionHappened := false
err := b.Update(func(txn *badger.Txn) error {