fix: remove unused 'more' argument from search query

This commit is contained in:
Han Xiao
2025-06-17 19:00:23 -07:00
parent 0bbcf9ca85
commit 3519384f3f

View File

@@ -814,7 +814,6 @@ But then you realized you have asked them before. You decided to to think out of
allWebContents, allWebContents,
undefined, undefined,
searchProvider, searchProvider,
'more'
); );
allKeywords.push(...searchedQueries); allKeywords.push(...searchedQueries);