🔧 Refactoring to move away from calibre for uncompression and extraction
This commit is contained in:
@@ -51,12 +51,11 @@ export default class SettingsService extends Service {
|
||||
const { body } = await eSClient.msearch({
|
||||
body: queries,
|
||||
});
|
||||
|
||||
body.results.forEach((match) => {
|
||||
console.log(match.hits.hits);
|
||||
body.responses.forEach((match) => {
|
||||
console.log(match.hits);
|
||||
});
|
||||
|
||||
return body.results;
|
||||
return body.responses;
|
||||
},
|
||||
},
|
||||
issue: {
|
||||
|
||||
Reference in New Issue
Block a user