summary refs log tree commit diff
path: root/api/src/util/handlers/Voice.ts
diff options
context:
space:
mode:
authorKuna <65683493+Thesourtimes@users.noreply.github.com>2022-01-01 17:38:18 +0000
committerGitHub <noreply@github.com>2022-01-01 17:38:18 +0000
commitb4e094460bfdf72855deec84d48345700eae9ad6 (patch)
tree6bf9ee03c6f716186adcff7078f67c7156608bc3 /api/src/util/handlers/Voice.ts
parentFix game statusses (diff)
parentadd a relase template (diff)
downloadserver-b4e094460bfdf72855deec84d48345700eae9ad6.tar.xz
Merge pull request #569 from Thesourtimes/master
Diffstat (limited to '')
-rw-r--r--api/src/util/handlers/Voice.ts (renamed from api/src/util/Voice.ts)2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/src/util/Voice.ts b/api/src/util/handlers/Voice.ts

index f06b1aaa..4d60eb91 100644 --- a/api/src/util/Voice.ts +++ b/api/src/util/handlers/Voice.ts
@@ -1,5 +1,5 @@ import { Config } from "@fosscord/util"; -import { distanceBetweenLocations, IPAnalysis } from "./ipAddress"; +import { distanceBetweenLocations, IPAnalysis } from "../utility/ipAddress"; export async function getVoiceRegions(ipAddress: string, vip: boolean) { const regions = Config.get().regions;