This commit is contained in:
Abdussamed ULUTAŞ 2023-01-04 21:35:08 +03:00
parent 229f435530
commit edfb9e09d1
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ class APIPAddress{
} }
} }
static release(code){ static release(code){
APIPAddress.busyCodes.delete(code); APIPAddress.busyIP.delete(code);
} }
static whois(num){ static whois(num){
return APIPAddress.busyIP.get(num)?.id; return APIPAddress.busyIP.get(num)?.id;