clean code

This commit is contained in:
starknt
2024-01-08 10:45:57 +08:00
parent 08146c4497
commit 60b8a17507

View File

@@ -93,7 +93,6 @@ export async function getSearchHistory(): Promise<HistoryItem[]> {
return historySort(history)
}
catch (error) {
console.error(error)
return []
}
}