Skip to content

Commit

Permalink
Merge pull request #43 from appwrite/feat-port-sync-with-algolia
Browse files Browse the repository at this point in the history
Sync with Algolia Port
  • Loading branch information
loks0n authored Aug 22, 2023
2 parents 87312dd + 0f9a960 commit 0c5eb43
Show file tree
Hide file tree
Showing 13 changed files with 1,276 additions and 1 deletion.
2 changes: 1 addition & 1 deletion node/sync-with-algolia/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default async ({ req, res, log }) => {
break;
}

log(`Syncing chunk of ${response.documents.length} documents ...`);
log(`Syncing chunk of ${response.documents.length} documents...`);

const records = response.documents.map(({ $id, ...document }) => ({
...document,
Expand Down
Loading

0 comments on commit 0c5eb43

Please sign in to comment.