From edfb9e09d1aee844f019de01eb87ea73ae7ad60d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abdussamed=20ULUTA=C5=9E?= Date: Wed, 4 Jan 2023 21:35:08 +0300 Subject: [PATCH] Bug Fix --- Source/Services/IPPressure.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Services/IPPressure.js b/Source/Services/IPPressure.js index 3246449..1f9ac98 100644 --- a/Source/Services/IPPressure.js +++ b/Source/Services/IPPressure.js @@ -156,7 +156,7 @@ class APIPAddress{ } } static release(code){ - APIPAddress.busyCodes.delete(code); + APIPAddress.busyIP.delete(code); } static whois(num){ return APIPAddress.busyIP.get(num)?.id;