fix: 🐛
This commit is contained in:
@@ -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()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user