This commit is contained in:
parent
839c34a310
commit
832ae9ea34
@ -454,7 +454,6 @@ module.exports = (app, client) => {
|
||||
*/
|
||||
app.use('/api/block_count/:instance', async (req, res) => {
|
||||
if (req.params.instance && req.params.instance.length > 0) {
|
||||
let block_count = 0
|
||||
const result = await client.search({
|
||||
index: constant.index,
|
||||
size: 9999,
|
||||
@ -469,7 +468,6 @@ module.exports = (app, client) => {
|
||||
}
|
||||
}
|
||||
}, { asStream: true, meta: false }),
|
||||
instancescomment = [],
|
||||
pipeline = chain([
|
||||
parser(),
|
||||
pick({ filter: 'hits.hits' }),
|
||||
|
Loading…
Reference in New Issue
Block a user