fix: error length
This commit is contained in:
parent
990a50f98c
commit
80cbe6d5e9
@ -116,7 +116,7 @@ export const SearchLive = async (
|
||||
status: "success",
|
||||
result,
|
||||
page,
|
||||
totalResults: data.result.length
|
||||
totalResults: result.length
|
||||
})
|
||||
})
|
||||
.catch((e) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user