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