! Fix search view not loading result starting 2nd page via local API (#3074)

This commit is contained in:
PikachuEXE 2023-01-19 11:35:20 +08:00 committed by GitHub
parent 64d6d9b7ff
commit a89c2005e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ export default defineComponent({
getNextpageLocal: async function (payload) {
try {
const { results, continuationData } = getLocalSearchContinuation(payload.options.nextPageRef)
const { results, continuationData } = await getLocalSearchContinuation(payload.options.nextPageRef)
if (results.length === 0) {
return