mirror of
https://github.com/Xevion/vastly.git
synced 2025-12-09 16:09:08 -06:00
sort in internal scoring, extract latency keys in batch for top 100
This commit is contained in:
@@ -8,8 +8,6 @@ function App() {
|
||||
|
||||
async function invoke() {
|
||||
const offers = await Search();
|
||||
console.log({ offer: offers[0] });
|
||||
offers.sort((a, b) => b.Score - a.Score);
|
||||
setState(offers);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user