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, {
|
const responseEvents = await client.fetchEvents(relays, filter)
|
||||||
kinds: [ExtendedKind.POLL_RESPONSE],
|
|
||||||
'#e': [pollEventId],
|
|
||||||
limit: 1000
|
|
||||||
})
|
|
||||||
|
|
||||||
results.updatedAt = dayjs().unix()
|
results.updatedAt = dayjs().unix()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue