Skip to content

Commit bbe964f

Browse files
1 parent dc521a2 commit bbe964f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discoveryengine/search.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ async function main(
6767
const response = await client.search(request, {
6868
// Should disable autoPaginate to avoid iterate through all pages.
6969
autoPaginate: false,
70-
})
70+
});
7171
const results = response[IResponseParams.ISearchResponse].results;
7272

7373
for (const result of results) {

0 commit comments

Comments
 (0)