diff --git a/core/Probability-Manager.js b/core/Probability-Manager.js index edb5cf2..b50f3f8 100644 --- a/core/Probability-Manager.js +++ b/core/Probability-Manager.js @@ -92,7 +92,7 @@ class ProbabilityManager { this.instances = {}; } - /*toArray() { + toArray() { const result = []; for (const [instanceName, lists] of Object.entries(this.instances)) { for (const [listName, list] of Object.entries(lists)) { @@ -102,5 +102,5 @@ class ProbabilityManager { } } return result; - }*/ + } } \ No newline at end of file