This commit is contained in:
parent
755e88ba07
commit
9f4c3aaa8a
@ -513,8 +513,7 @@ module.exports = (app, client) => {
|
|||||||
match_all: {}
|
match_all: {}
|
||||||
}
|
}
|
||||||
}, { asStream: true })
|
}, { asStream: true })
|
||||||
chain([
|
result.pipe(chain([
|
||||||
result,
|
|
||||||
parser(),
|
parser(),
|
||||||
data => data.value.hits.hits,
|
data => data.value.hits.hits,
|
||||||
streamArray(),
|
streamArray(),
|
||||||
@ -527,7 +526,7 @@ module.exports = (app, client) => {
|
|||||||
}),
|
}),
|
||||||
stringer(),
|
stringer(),
|
||||||
zlib.createGzip()
|
zlib.createGzip()
|
||||||
]).pipe(res, { end: true })
|
])).pipe(res, { end: true })
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.error(e)
|
console.error(e)
|
||||||
res.status(404).end()
|
res.status(404).end()
|
||||||
|
Loading…
Reference in New Issue
Block a user