Skip to content

Commit e2757a9

Browse files
committed
fix templates
1 parent 2a59b67 commit e2757a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/javascript/guides/search/saveObjectsMovies.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Fetch and index objects in Algolia
66
const processRecords = async () => {
77
const datasetRequest = await fetch('https://dashboard.algolia.com/sample_datasets/movie.json');
8-
const objects = await datasetRequest.json();
8+
const movies = await datasetRequest.json();
99
return {{#dynamicSnippet}}saveObjectsMovies{{/dynamicSnippet}}
1010
};
1111

0 commit comments

Comments
 (0)