From b4db7c541cc3534761f475317cb6f3b1009daa36 Mon Sep 17 00:00:00 2001 From: araxal <50075840+Sergey-Baranenkov@users.noreply.github.com> Date: Fri, 10 Jan 2025 14:50:33 +0300 Subject: [PATCH] fix: for release --- Config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config.js b/Config.js index 23cd75a..e3e6b38 100644 --- a/Config.js +++ b/Config.js @@ -45,7 +45,7 @@ class Config { Object.defineProperty(this, name, { get: function() { return item.get() }, set: function() {}, - configurable: true, + configurable: true }) return item; }