We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 703b1a7 commit 3183ae1Copy full SHA for 3183ae1
1 file changed
bin/sync-algolia.js
@@ -26,11 +26,11 @@ function syncAlgolia() {
26
27
index.clearIndex((err, content) => {
28
if (err) throw err;
29
- console.log(content); // eslint-disable-line no-console
+ console.log(content);
30
});
31
32
index.addObjects(records, (err, content) => {
33
34
35
36
}
0 commit comments