Skip to content

Commit

Permalink
fix: code
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgfr committed May 14, 2024
1 parent 68d1361 commit a7c8735
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions targets/export-elasticsearch/src/ingester/ingest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,14 +152,12 @@ async function runIngester(
});
}

console.log("ok");
await indexDocumentsBatched({
client,
documents: docs,
indexName: `${DOCUMENT_INDEX_NAME}-${ts}`,
size: 800,
});
console.log("mdr");
};
await cdtnDocumentsGen(updateDocs);

Expand Down

0 comments on commit a7c8735

Please sign in to comment.