We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e547f2b commit 4438074Copy full SHA for 4438074
src/routes/admin/project-index-create.js
@@ -115,10 +115,9 @@ module.exports = [
115
eClient.bulk({
116
body,
117
})
118
- .then((result, err) => {
+ .then((result) => {
119
logger.debug(`project indexed successfully (projectId: ${projectIdStart}-${projectIdEnd})`, result);
120
logger.debug(result);
121
- logger.debug(err);
122
123
.catch((error) => {
124
logger.error(`Error in indexing project (projectId: ${projectIdStart}-${projectIdEnd})`, error);
0 commit comments