stream-json
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
ale 2024-10-14 00:15:11 +02:00
parent 35f3097b8e
commit 1eb0efe2a2

View File

@ -489,10 +489,12 @@ module.exports = (app, client) => {
}
])
result.pipe(pipeline)
pipeline.on('end', () => {
res.json({
block_count,
instances: instancescomment
})
})
} else {
res.status(404).end()
}