We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57ec7de commit 2dde629Copy full SHA for 2dde629
1 file changed
get-webhook-event-payload.js
@@ -98,7 +98,7 @@
98
const events = [...answer.events]
99
while (answer.oldest.epoch > since) {
100
answer = await getAtCursor(answer.oldest.id - 1)
101
- events.push([...answer.events])
+ events.push(...answer.events)
102
}
103
104
return events
0 commit comments