mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-26 09:36:02 -07:00
Remove indexing logger
This commit is contained in:
parent
e7420a5015
commit
a8a88af73b
1 changed files with 0 additions and 2 deletions
|
@ -150,8 +150,6 @@ export default hasConfig ? {
|
||||||
|
|
||||||
let indexingIDs = indexingBatch.map(note => note.id);
|
let indexingIDs = indexingBatch.map(note => note.id);
|
||||||
|
|
||||||
logger.info("Indexing notes in MeiliSearch: " + indexingIDs.join(","));
|
|
||||||
|
|
||||||
return posts.addDocuments(indexingBatch, {
|
return posts.addDocuments(indexingBatch, {
|
||||||
primaryKey: "id"
|
primaryKey: "id"
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue