fix: 🐛
This commit is contained in:
parent
618cc5e826
commit
f480c9e080
1 changed files with 1 additions and 5 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue