fix: 🐛

This commit is contained in:
codytseng
2025-07-27 23:14:29 +08:00
parent 618cc5e826
commit f480c9e080

View File

@@ -119,11 +119,7 @@ class PollResultsService {
}
}
const responseEvents = await client.fetchEvents(relays, {
kinds: [ExtendedKind.POLL_RESPONSE],
'#e': [pollEventId],
limit: 1000
})
const responseEvents = await client.fetchEvents(relays, filter)
results.updatedAt = dayjs().unix()