Skip to content

Commit

Permalink
feat(proxy): fetch proxies after latency test
Browse files Browse the repository at this point in the history
  • Loading branch information
kunish committed Sep 21, 2023
1 parent 9f16a5c commit 2a0b21b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/signals/proxies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ export const useProxies = () => {
latencyTestTimeoutDuration(),
)

await fetchProxies()
setLatencyMap({
...latencyMap(),
...data,
Expand Down

0 comments on commit 2a0b21b

Please sign in to comment.