fix: error length

This commit is contained in:
Tobi Saputra 2025-02-07 20:54:27 +07:00
parent 990a50f98c
commit 80cbe6d5e9

View File

@ -116,7 +116,7 @@ export const SearchLive = async (
status: "success",
result,
page,
totalResults: data.result.length
totalResults: result.length
})
})
.catch((e) => {