From 4f63cf114262d3c7bbbcbbb759af21f13dd170ca Mon Sep 17 00:00:00 2001 From: araxal <50075840+Sergey-Baranenkov@users.noreply.github.com> Date: Fri, 10 Jan 2025 14:44:31 +0300 Subject: [PATCH] Update Config.js --- Config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config.js b/Config.js index e3e6b38..23cd75a 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; }