[mirotalksfu] - fix typo

هذا الالتزام موجود في:
Miroslav Pejic
2024-05-06 18:09:53 +02:00
الأصل 1687e3d130
التزام 34953d2842

عرض الملف

@@ -70,7 +70,9 @@ module.exports = class Host {
* @returns boolean * @returns boolean
*/ */
deleteIP(ip) { deleteIP(ip) {
this.setRoomDeactivate(); if (this.isAuthorizedIP(ip)) {
this.setRoomDeactivate();
}
return this.authorizedIPs.delete(ip); return this.authorizedIPs.delete(ip);
} }
}; };