fix missing country in TCP

pull/147/head
lyc8503 2025-10-29 21:27:03 +08:00
parent cf2b81cb2e
commit ca455d32bb
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ export async function getStatusWithGlobalPing(
if (monitor.method === 'TCP_PING') { if (monitor.method === 'TCP_PING') {
const time = Math.round(measurementResult.results[0].result.stats.avg) const time = Math.round(measurementResult.results[0].result.stats.avg)
return { return {
location: country, location: country + '/' + city,
status: { status: {
ping: time, ping: time,
up: true, up: true,